Revision: 3791
Author: [email protected]
Date: Wed Feb  3 12:39:34 2010
Log: Revert last change (temporarily using only the full compiler).
TBR=ager
http://code.google.com/p/v8/source/detail?r=3791

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

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Wed Feb  3 12:31:49 2010
+++ /branches/bleeding_edge/src/flag-definitions.h      Wed Feb  3 12:39:34 2010
@@ -145,7 +145,7 @@
            "minimum length for automatic enable preparsing")
DEFINE_bool(full_compiler, true, "enable dedicated backend for run-once code")
 DEFINE_bool(fast_compiler, false, "enable speculative optimizing backend")
-DEFINE_bool(always_full_compiler, true,
+DEFINE_bool(always_full_compiler, false,
             "try to use the dedicated run-once backend for all code")
 DEFINE_bool(always_fast_compiler, false,
             "try to use the speculative optimizing backend for all code")

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

Reply via email to