Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 581e332684167da50c915136202a4286120a24b3..fea996b7fded81f6d096fa49f23b9eb2585678ca 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -415,6 +415,7 @@ DEFINE_BOOL(turbo_verify_allocation, DEBUG_BOOL, |
DEFINE_BOOL(turbo_move_optimization, true, "optimize gap moves in TurboFan") |
DEFINE_BOOL(turbo_jt, true, "enable jump threading in TurboFan") |
DEFINE_BOOL(turbo_osr, false, "enable OSR in TurboFan") |
+DEFINE_BOOL(turbo_exceptions, false, "enable exception handling in TurboFan") |
DEFINE_BOOL(turbo_stress_loop_peeling, false, |
"stress loop peeling optimization") |