Comment #3 on issue 3337 by [email protected]: Not caching map transitions when using SetIndexedPropertiesToExternalArrayData()
http://code.google.com/p/v8/issues/detail?id=3337

Hmm, what is the sequence of calls that leads to this? Are you calling SetIndexedPropertiesToExternalArrayData more than once for an object? Can I have a repro of this that does not involve debugging Node?

(SetIndexedPropertiesToExternalArrayData has always allocated a new map unless the map has been cached in some way; transition links between maps are weak)

[Would be nice of course if Node could wean itself off this API entirely]


--
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/d/optout.

Reply via email to