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

Activate full compiler. This is a test which will be reverted.

TBR=ager

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3790 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c174657e
...@@ -145,7 +145,7 @@ DEFINE_int(min_preparse_length, 1024, ...@@ -145,7 +145,7 @@ DEFINE_int(min_preparse_length, 1024,
"minimum length for automatic enable preparsing") "minimum length for automatic enable preparsing")
DEFINE_bool(full_compiler, true, "enable dedicated backend for run-once code") DEFINE_bool(full_compiler, true, "enable dedicated backend for run-once code")
DEFINE_bool(fast_compiler, false, "enable speculative optimizing backend") DEFINE_bool(fast_compiler, false, "enable speculative optimizing backend")
DEFINE_bool(always_full_compiler, false, DEFINE_bool(always_full_compiler, true,
"try to use the dedicated run-once backend for all code") "try to use the dedicated run-once backend for all code")
DEFINE_bool(always_fast_compiler, false, DEFINE_bool(always_fast_compiler, false,
"try to use the speculative optimizing backend for all code") "try to use the speculative optimizing backend for all code")
......
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