Reviewers: fschneider, Description: Begin a more aggressive refactoring of the Compiler interface.
The plan is to use the CompilationInfo class to communicate inputs and outputs to compilation pipeline phases, which each return a boolean success/failure flag. The intent is to make it easier to compose small pieces of the pipeline without having to grow a custom function each time, each taking a half dozen arguments. This change modifies the very front end (the parser). Please review this at http://codereview.chromium.org/3586006/show Affected files: M src/arm/codegen-arm.cc M src/compiler.h M src/compiler.cc M src/handles.cc M src/ia32/codegen-ia32.cc M src/liveedit.cc M src/parser.h M src/parser.cc M src/x64/codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
