Status: Accepted
Owner: ----
Labels: Type-FeatureRequest Priority-Medium

New issue 3163 by [email protected]: Consider probing keyed_lookup_cache in hasOwnProperty.
http://code.google.com/p/v8/issues/detail?id=3163

Generic KeyedLoadIC stub has a cache mapping pair (map x property-name) to in-object property offset. This cache considerably speeds up fast path of the x[k] expression when k is existing in-object property on the fast object.

Right now hasOwnProperty always calls into runtime, while in fact it could first probe/populate the very same cache. This would improve fast path performance for the hasOwnProperty.

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