| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index a57a1d73328d97f067768481d1405972d7259ecb..a6f69ccc53fa6692d4e8042821afd0f859562fc0 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -484,7 +484,7 @@ 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_escape, false, "enable escape analysis")
|
| -DEFINE_BOOL(turbo_instruction_scheduling, false,
|
| +DEFINE_BOOL(turbo_instruction_scheduling, true,
|
| "enable instruction scheduling in TurboFan")
|
| DEFINE_BOOL(turbo_stress_instruction_scheduling, false,
|
| "randomly schedule instructions to stress dependency tracking")
|
|
|