| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 401ec3aa0203d0977d69d51dae3f9360907bba66..54570084b7e385545748970eb04c74a8ca59cbc3 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -445,7 +445,6 @@ 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_try_catch, true, "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")
|
|
|