Reviewers: fschneider,

Description:
Introduce a stack-allocated structure to encapsulate compile-time information.

Use it to hold the possible shared function info, the possible
receiver, and the compilation loop nesting depth.  Remove loop nesting
from FunctionLiteral AST nodes.

Please review this at http://codereview.chromium.org/552232

Affected files:
  M src/arm/codegen-arm.h
  M src/arm/codegen-arm.cc
  M src/ast.h
  M src/codegen.cc
  M src/compiler.h
  M src/compiler.cc
  M src/fast-codegen.h
  M src/fast-codegen.cc
  M src/handles.cc
  M src/ia32/codegen-ia32.h
  M src/ia32/codegen-ia32.cc
  M src/x64/codegen-x64.h
  M src/x64/codegen-x64.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to