Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 08ebad82d8c69e235b421f89f51deaf25ada0ba5..bba5e35745afcb844c9122ce0f793ebc66316fad 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -414,6 +414,7 @@ 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, false, "enable OSR in TurboFan") |
+DEFINE_BOOL(stress_loop_peeling, false, "stress loop peeling optimization") |
Benedikt Meurer
2015/01/16 17:55:36
I'd prefer if all turbofan related flags have "tur
titzer
2015/01/19 09:47:12
Done.
|
DEFINE_INT(typed_array_max_size_in_heap, 64, |
"threshold for in-heap typed array") |