Status: New Owner: ---- New issue 1858 by [email protected]: Iteration over frozen object is slow http://code.google.com/p/v8/issues/detail?id=1858
See http://jsperf.com/performance-frozen-objectIt looks like there's a a significant performance hit when iterating over frozen object (`Object.freeze(...)`) in V8. Notice that nightly Firefox, WebKit, and Opera don't exhibit such behavior.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
