Chromium Code Reviews| Index: vm/compiler.cc |
| =================================================================== |
| --- vm/compiler.cc (revision 8547) |
| +++ vm/compiler.cc (working copy) |
| @@ -36,7 +36,7 @@ |
| DEFINE_FLAG(bool, use_new_compiler, true, |
| "Try to use the new compiler backend."); |
| #else |
| -DEFINE_FLAG(bool, use_new_compiler, false, |
| +DEFINE_FLAG(bool, use_new_compiler, true, |
| "Try to use the new compiler backend."); |
| #endif |
| DEFINE_FLAG(bool, trace_bailout, false, "Print bailout from new compiler."); |