Commit 399be5ee authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

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
parent c8b3127f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment