Reviewers: Erik Corry, Description: Implement fast calls of functions in the presence of eval (if the eval calls do not introduce new bindings).
The infrastructure is already in place for fast loads from context slots in the presence of eval. This change simply uses that infrastructure for calls as well as loads. Please review this at http://codereview.chromium.org/2027002/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/codegen-arm.cc M src/ia32/codegen-ia32.cc M src/x64/codegen-x64.cc M test/mjsunit/property-load-across-eval.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
