| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index c9f788da11d9136910c5590c89fba92602ab31e7..2967e9c30e128574e4e23e922bc2d73f091fd0d9 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -425,7 +425,6 @@ DEFINE_BOOL(turbo, false, "enable TurboFan compiler")
|
| DEFINE_IMPLICATION(turbo, turbo_asm_deoptimization)
|
| DEFINE_IMPLICATION(turbo, turbo_store_elimination)
|
| DEFINE_IMPLICATION(turbo, turbo_loop_peeling)
|
| -DEFINE_BOOL(turbo_shipping, true, "enable TurboFan compiler on subset")
|
| DEFINE_BOOL(turbo_from_bytecode, false, "enable building graphs from bytecode")
|
| DEFINE_BOOL(turbo_sp_frame_access, false,
|
| "use stack pointer-relative access to frame wherever possible")
|
|
|