Revert previous change that activated the full (non-optimizing)
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 21 Jan 2010 11:28:11 +0000 (11:28 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 21 Jan 2010 11:28:11 +0000 (11:28 +0000)
compiler for all code.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3669 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/flag-definitions.h

index 95df397..bf49a61 100644 (file)
@@ -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