Introduce a stack-allocated structure to encapsulate compile-time information.
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 29 Jan 2010 11:55:40 +0000 (11:55 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 29 Jan 2010 11:55:40 +0000 (11:55 +0000)
commit858851885184aec140bfbc21f9e75218944a9911
treec6c437278da07a6b236a342e7f036b0747b5ca4d
parent048fe9b980d02b2d0ca5ba7d25943b2e4b01316b
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.

Review URL: http://codereview.chromium.org/552232

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3744 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
13 files changed:
src/arm/codegen-arm.cc
src/arm/codegen-arm.h
src/ast.h
src/codegen.cc
src/compiler.cc
src/compiler.h
src/fast-codegen.cc
src/fast-codegen.h
src/handles.cc
src/ia32/codegen-ia32.cc
src/ia32/codegen-ia32.h
src/x64/codegen-x64.cc
src/x64/codegen-x64.h