Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 3210 by [email protected]: Recognizing map family should include the Normalized Map Cache
http://code.google.com/p/v8/issues/detail?id=3210

If map->is_shared() is true, we won't add elements transition links to the map. Some code in V8 recognizes "same map family" by traversing these links, assuming that if they can't be followed there is no relationship.

Fix v8 so that the NormalizedMapCache is consulted. Right now, this cache can't be queried for existence, the interface only allows you to add a map if it's not already in the cache. Use an existence query to repair the issue.


--
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