Revision: 3669
Author: [email protected]
Date: Thu Jan 21 03:28:11 2010
Log: Revert previous change that activated the full (non-optimizing)
compiler for all code.
http://code.google.com/p/v8/source/detail?r=3669

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Thu Jan 21 03:15:02 2010
+++ /branches/bleeding_edge/src/flag-definitions.h      Thu Jan 21 03:28:11 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, true,
+DEFINE_bool(always_fast_compiler, false,
             "always try using the fast compiler")

 // compilation-cache.cc
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to