| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index dba34eafe7544addfbc1d1c8ae09328d8eefafa6..d4d6a2c315ad9bbb08c909b1ea59f6e9a54eec99 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -422,7 +422,8 @@ 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, true, "enable OSR in TurboFan")
|
| -DEFINE_BOOL(turbo_exceptions, false, "enable exception handling in TurboFan")
|
| +DEFINE_BOOL(turbo_try_catch, false, "enable try-catch support in TurboFan")
|
| +DEFINE_BOOL(turbo_try_finally, false, "enable try-finally support in TurboFan")
|
| DEFINE_BOOL(turbo_stress_loop_peeling, false,
|
| "stress loop peeling optimization")
|
| DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan")
|
|
|