Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index fc0be1753ebe9be537f3bfcd4a11700e5e3d795b..609ecbed7c2a41143757aeec933a6a217aa8f249 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -277,7 +277,7 @@ DEFINE_BOOL(unbox_double_arrays, true, "automatically unbox arrays of doubles") |
| DEFINE_BOOL(string_slices, true, "use string slices") |
| // Flags for Ignition. |
| -DEFINE_BOOL(ignition, true, "use ignition interpreter") |
| +DEFINE_BOOL(ignition, false, "use ignition interpreter") |
|
rmcilroy
2015/07/15 13:33:37
I'll change this in my CL so it should disappear o
oth
2015/07/16 09:15:49
Acknowledged.
|
| DEFINE_STRING(ignition_filter, "~~", "filter for ignition interpreter") |
| DEFINE_BOOL(trace_ignition_codegen, true, |
| "trace the codegen of ignition interpreter bytecode handlers") |