Updates:
        Status: Accepted
        Owner: [email protected]
        Cc: [email protected]

Comment #13 on issue 1858 by [email protected]: Iteration over frozen object is slow
http://code.google.com/p/v8/issues/detail?id=1858

What's mentioned in #9 isn't exactly true. Fast properties are described in the descriptor array with attributes. We can clone the map, copy the descriptor array and change the properties. If we also keep a transition to that map, things will be pretty damn fast.

This exactly what adamk is working on in https://codereview.chromium.org/14888005/.

The caveat: for now elements / JSArrays are not supported at all.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to