| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 241729ede731a34f7c4dd44eaf38233ee8156b96..9445375776afce435eaf1e4b0d2f64dea773be85 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -407,6 +407,7 @@ DEFINE_BOOL(turbo_delay_ssa_decon, false,
|
| 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(stress_loop_peeling, false, "stress loop peeling optimization")
|
|
|
| DEFINE_INT(typed_array_max_size_in_heap, 64,
|
| "threshold for in-heap typed array")
|
|
|