Reviewers: fschneider, Description: First step of refactoring expression contexts in the toplevel code generator.
Contexts are no longer stored in the AST but in the code generator's state. This means that the running the code generator selector is not required to use the toplevel code generator (for instance, if we already know that we can and should use it). Please review this at http://codereview.chromium.org/546075 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/fast-codegen-arm.cc M src/ast.h M src/compiler.cc M src/fast-codegen.h M src/fast-codegen.cc M src/ia32/fast-codegen-ia32.cc M src/x64/fast-codegen-x64.cc
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
