| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index c427eece927ad8836ce29fbed3d4ea58e1448a9f..a0c48ee93af8a97907c84e741995f15454a9d53e 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -457,6 +457,8 @@ DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan")
|
| DEFINE_BOOL(turbo_frame_elision, true, "elide frames in TurboFan")
|
| DEFINE_BOOL(turbo_cache_shared_code, true, "cache context-independent code")
|
| DEFINE_BOOL(turbo_preserve_shared_code, false, "keep context-independent code")
|
| +DEFINE_BOOL(turbo_instruction_scheduling, false,
|
| + "enable instruction scheduling in TurboFan")
|
|
|
| #if defined(V8_WASM)
|
| // Flags for native WebAssembly.
|
|
|