Chromium Code Reviews| Index: src/flag-definitions.h |
| =================================================================== |
| --- src/flag-definitions.h (revision 3667) |
| +++ src/flag-definitions.h (working copy) |
| @@ -147,7 +147,7 @@ |
| "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, false, |
| +DEFINE_bool(always_fast_compiler, true, |
| "always try using the fast compiler") |
| // compilation-cache.cc |