Reapply: Never use classic code generator.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 1 Apr 2011 19:46:21 +0000 (19:46 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 1 Apr 2011 19:46:21 +0000 (19:46 +0000)
commitea8312ba3379de0010016e42f1b6a00d4b619ec0
tree494034767f893cfc091f786eceb936fb6d1089c2
parent24596cae3255e5ee79084e6c259fd9ff68cac254
Reapply: Never use classic code generator.

Crankshaft is now the default on all platforms. This is the first
patch on the way to removing the classic code generator from the
system.

This time with no removal of the crankshaft flag. --nocrankshaft is
not at all the same as --always-full-compiler which I had used instead
for testing. That was what caused timeouts on the buildbots because of
repeated attempts to optimize hot functions. It makes sense to keep
the crankshaft flag in case you want to run only with the full
compiler and with no adaptive compilation.

R=vitalyr@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7486 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/full-codegen-arm.cc
src/ast.h
src/compiler.cc
src/flag-definitions.h
src/ia32/full-codegen-ia32.cc
src/objects-inl.h
src/objects.h
src/v8.cc
src/x64/full-codegen-x64.cc
tools/test.py