Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 5c4489792c0487bca42e935646d582a839e1d16a..32d00de0fa0911929414c05fbac655cea4ab9c4c 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -635,6 +635,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, |
+ "emit debug code that verifies the static tracking of the operand " |
+ "stack depth") |
// heap.cc |
DEFINE_INT(min_semi_space_size, 0, |