Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 62a97828595612d6a87f817e34932d2ee88915bd..bd1f3e242ae8c62160b10e8fecbe60ad3242f776 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -197,6 +197,8 @@ DEFINE_bool(polymorphic_inlining, true, "polymorphic inlining") |
| DEFINE_bool(use_osr, true, "use on-stack replacement") |
| DEFINE_bool(array_bounds_checks_elimination, true, |
| "perform array bounds checks elimination") |
| +DEFINE_bool(array_index_dehoisting, true, |
|
Jakob Kummerow
2012/05/08 13:46:26
Is there a reason to keep the flag around?
Massi
2012/05/14 13:48:52
I am removing the counters but temporarily keeping
|
| + "perform array index dehoisting") |
| DEFINE_bool(trace_osr, false, "trace on-stack replacement") |
| DEFINE_int(stress_runs, 0, "number of stress runs") |