Status: Accepted Owner: [email protected] Labels: Type-FeatureRequest Priority-Low
New issue 367 by [email protected]: Consider improving stubs for load with interceptor http://code.google.com/p/v8/issues/detail?id=367 Currently we store lookup hint. It's not always a fast property index, but might be encoded request to lookup for property in holder or down the prototype chain. We could probably save some cycles if not doing this analysis in LoadInterceptorProperty function, but compiling calls to different functions depending on value of hint. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
