Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index dbc1b9c56584ac40d5e0d088c27f578a320e11e3..241729ede731a34f7c4dd44eaf38233ee8156b96 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -405,7 +405,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") |