Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: src/flag-definitions.h

Issue 1706283002: [fullcodegen] Implement operand stack depth tracking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Turn off verification. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/bailout-reason.h ('k') | src/full-codegen/arm/full-codegen-arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index c9ec927a4e8a2e3cbc0c7d095bb7f363b93f946e..612b235769918723cb2609570f294befe35af4ea 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -638,6 +638,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, false,
+ "emit debug code that verifies the static tracking of the operand "
+ "stack depth")
// heap.cc
DEFINE_INT(min_semi_space_size, 0,
« no previous file with comments | « src/bailout-reason.h ('k') | src/full-codegen/arm/full-codegen-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698