| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index edbe4ebab796354d6ed31cbc5cc3663123b51719..83a899370d3acfdac7ce98bb891c7673f323c7dd 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -404,6 +404,8 @@ DEFINE_BOOL(omit_map_checks_for_leaf_maps, true,
|
|
|
| // Flags for TurboFan.
|
| DEFINE_BOOL(turbo, false, "enable TurboFan compiler")
|
| +DEFINE_IMPLICATION(turbo, turbo_asm_deoptimization)
|
| +DEFINE_IMPLICATION(turbo, turbo_inlining)
|
| DEFINE_BOOL(turbo_shipping, true, "enable TurboFan compiler on subset")
|
| DEFINE_BOOL(turbo_greedy_regalloc, false, "use the greedy register allocator")
|
| DEFINE_BOOL(turbo_preprocess_ranges, true,
|
|
|