Reviewers: Kevin Millikin, Description: Support declarations of context allocated locals in Crankshaft.
The changes to scopes and parser introduce a VariableProxy wrapping the function-name variable for function literals. It seems the easiest way to get an AST id for the HSimulate after context-slot stores in declarations. Please review this at http://codereview.chromium.org/7826009/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/full-codegen-arm.cc M src/full-codegen.h M src/hydrogen.h M src/hydrogen.cc M src/ia32/full-codegen-ia32.cc M src/parser.cc M src/scopeinfo.cc M src/scopes.h M src/scopes.cc M src/x64/full-codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
