| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 64d21a12a85dcf61d087ad6dfd37ade1bf6eb953..696e117084c823eaab1375848a78f8e5010ab8f1 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -408,7 +408,8 @@ DEFINE_BOOL(turbo_delay_ssa_decon, false,
|
| "delay ssa deconstruction in TurboFan register allocator")
|
| // TODO(dcarney): this is just for debugging, remove eventually.
|
| DEFINE_BOOL(turbo_move_optimization, true, "optimize gap moves in TurboFan")
|
| -DEFINE_BOOL(turbo_jt, true, "enable jump threading")
|
| +DEFINE_BOOL(turbo_jt, true, "enable jump threading in TurboFan")
|
| +DEFINE_BOOL(turbo_osr, false, "enable OSR in TurboFan")
|
|
|
| DEFINE_INT(typed_array_max_size_in_heap, 64,
|
| "threshold for in-heap typed array")
|
|
|