Reviewers: fschneider, Message: This is a rename of the classes "Fast" ==> "Full", renaming the selector to syntax checker and changing its interface slightly, and moving the syntax checker into the file with the code generator.
I'll svn rename the files as a separate change. Description: Rename the toplevel code generator from "Fast" to "Full". It was always ambiguous whether it tried to generate fast code, or generate it quickly. Please review this at http://codereview.chromium.org/549108 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/codegen-arm.h M src/arm/fast-codegen-arm.cc M src/compiler.cc M src/fast-codegen.h M src/fast-codegen.cc M src/ia32/codegen-ia32.h M src/ia32/fast-codegen-ia32.cc M src/x64/codegen-x64.h M src/x64/fast-codegen-x64.cc
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
