Revision: 3668
Author: [email protected]
Date: Thu Jan 21 03:15:02 2010
Log: 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
http://code.google.com/p/v8/source/detail?r=3668
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Tue Jan 19 15:03:37 2010
+++ /branches/bleeding_edge/src/flag-definitions.h Thu Jan 21 03:15:02 2010
@@ -147,7 +147,7 @@
"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
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev