Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index e0d7f51a4f9f385485bc37f3ae7e8ae9d6397863..7b739586685b2e21a687cda54d7bc000630a0069 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -470,6 +470,8 @@ 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, |
"enable instruction scheduling in TurboFan") |
+DEFINE_BOOL(turbo_stress_instruction_scheduling, false, |
+ "randomly schedule instructions to stress dependency tracking") |
// Flags for native WebAssembly. |
DEFINE_BOOL(expose_wasm, false, "expose WASM interface to JavaScript") |