| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 3fa55612ae716d0668435aa18daf4894949978e7..0dd4fda05d5840c0dfc2535a023900da2f7097f1 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -400,8 +400,6 @@ DEFINE_IMPLICATION(turbo_inlining_intrinsics, turbo_inlining)
|
| DEFINE_IMPLICATION(turbo_inlining, turbo_types)
|
| DEFINE_BOOL(turbo_profiling, false, "enable profiling in TurboFan")
|
| // TODO(dcarney): this is just for experimentation, remove when default.
|
| -DEFINE_BOOL(turbo_reuse_spill_slots, true, "reuse spill slots in TurboFan")
|
| -// TODO(dcarney): this is just for experimentation, remove when default.
|
| DEFINE_BOOL(turbo_delay_ssa_decon, false,
|
| "delay ssa deconstruction in TurboFan register allocator")
|
| // TODO(dcarney): this is just for debugging, remove eventually.
|
|
|