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

Enable full (non-optimizing) compiler for testing purposes.

I will revert when the bots have picked this one up.
Review URL: http://codereview.chromium.org/549118

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3668 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c80cba3b
......@@ -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, false,
DEFINE_bool(always_fast_compiler, true,
"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