Issue 120: Use inner global object for function lookup
http://code.google.com/p/v8/issues/detail?id=120

New issue report by [EMAIL PROTECTED]:
codegen-ia32.cc: VisitCall, for case 'foo(1,2,3)', the global proxy object
is used as receiver for both method lookup and invocation. This has
performance overhead because method lookup on the proxy object needs
security checks.

This can be improved by using the JSGlobalObject for method lookup, and
pass JSGlobalProxy as 'this' to invocation.




Issue attributes:
        Status: Accepted
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Priority-Medium

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

Reply via email to