Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 5ccd47fbc7a7c87b320673102218863d33abf035..972cd437f8f87432f24e52cea2d8b5bd02f5a7c2 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -416,6 +416,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") |