| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 3ee91d552ade55aa6fdf54ef0b1bef4c323a662d..0c974b4b4531b3733632d7308830dd018e866f79 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -427,7 +427,6 @@ DEFINE_BOOL(omit_map_checks_for_leaf_maps, true,
|
| DEFINE_BOOL(turbo, false, "enable TurboFan compiler")
|
| DEFINE_IMPLICATION(turbo, turbo_asm_deoptimization)
|
| DEFINE_IMPLICATION(turbo, turbo_loop_peeling)
|
| -DEFINE_BOOL(turbo_from_bytecode, true, "enable building graphs from bytecode")
|
| DEFINE_BOOL(turbo_sp_frame_access, false,
|
| "use stack pointer-relative access to frame wherever possible")
|
| DEFINE_BOOL(turbo_preprocess_ranges, true,
|
|
|