Reviewers: Mads Ager, fschneider, Message: This is not as big as it looks. Many of the changes are using an accessor function instead of an explicit field access.
Description: Incorporate the arguments to the code generator constructors and their MakeCode functions in the CompilationInfo structure. This makes it easier to add new arguments and makes all arguments uniformly available to the various backends. Please review this at http://codereview.chromium.org/566008 Affected files: M src/arm/codegen-arm.h M src/arm/codegen-arm.cc M src/arm/fast-codegen-arm.cc M src/arm/full-codegen-arm.cc M src/codegen-inl.h M src/codegen.cc M src/compiler.h M src/compiler.cc M src/data-flow.h M src/data-flow.cc M src/fast-codegen.h M src/fast-codegen.cc M src/full-codegen.h M src/full-codegen.cc M src/handles.cc M src/ia32/codegen-ia32.h M src/ia32/codegen-ia32.cc M src/ia32/fast-codegen-ia32.cc M src/ia32/full-codegen-ia32.cc M src/x64/codegen-x64.h M src/x64/codegen-x64.cc M src/x64/fast-codegen-x64.cc M src/x64/full-codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
