Revert previous change that activated the full (non-optimizing)

compiler for all code.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3669 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
erik.corry@gmail.com 2010-01-21 11:28:11 +00:00
parent c8b3127fcc
commit 399be5ee13

View File

@ -147,7 +147,7 @@ DEFINE_bool(fast_compiler, true,
"use the fast-mode compiler for some top-level code")
DEFINE_bool(trace_bailout, false,
"print reasons for failing to use fast compilation")
DEFINE_bool(always_fast_compiler, true,
DEFINE_bool(always_fast_compiler, false,
"always try using the fast compiler")
// compilation-cache.cc