Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index e0d7f51a4f9f385485bc37f3ae7e8ae9d6397863..1d50e7367b860409bd8dd2ef894ef69a52d92b16 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -633,6 +633,9 @@ DEFINE_INT(max_stack_trace_source_length, 300, |
// full-codegen.cc |
DEFINE_BOOL(always_inline_smi_code, false, |
"always inline smi code in non-opt code") |
+DEFINE_BOOL(verify_operand_stack_depth, true, |
Michael Starzinger
2016/02/18 17:38:20
Note that this flag is on by default only to get t
|
+ "emit debug code that verifies the static tracking of the operand " |
+ "stack depth") |
// heap.cc |
DEFINE_INT(min_semi_space_size, 0, |