Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 4147) |
+++ src/flag-definitions.h (working copy) |
@@ -153,7 +153,7 @@ |
"try to use the speculative optimizing backend for all code") |
DEFINE_bool(trace_bailout, false, |
"print reasons for falling back to using the classic V8 backend") |
-DEFINE_bool(safe_int32_compiler, false, |
+DEFINE_bool(safe_int32_compiler, true, |
"enable optimized side-effect-free int32 expressions.") |
DEFINE_bool(use_flow_graph, false, "perform flow-graph based optimizations") |