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

Unified Diff: build/features.gypi

Issue 192513002: Checking for stack height equality between full codegen and hydrogen. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebase Created 6 years, 7 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 | « Makefile ('k') | src/deoptimizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/features.gypi
diff --git a/build/features.gypi b/build/features.gypi
index e8f5b2f08f336b0a7794186d724307a7b9a0130c..664554bd52e70f2b677d4d2aa5405ffaf36ed3de 100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -33,6 +33,8 @@
'v8_enable_disassembler%': 0,
+ 'v8_enable_verify_stack_height%': 0,
+
'v8_enable_gdbjit%': 0,
'v8_object_print%': 0,
@@ -62,6 +64,9 @@
},
'target_defaults': {
'conditions': [
+ ['v8_enable_verify_stack_height==1', {
+ 'defines': ['VERIFY_STACK_HEIGHT',],
+ }],
['v8_enable_disassembler==1', {
'defines': ['ENABLE_DISASSEMBLER',],
}],
« no previous file with comments | « Makefile ('k') | src/deoptimizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698