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

Unified Diff: src/compilation-info.cc

Issue 2575473002: [interpreter][stubs] Enable graph verification for bytecode handlers and stubs included into snapsh… (Closed)
Patch Set: Created 4 years 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
Index: src/compilation-info.cc
diff --git a/src/compilation-info.cc b/src/compilation-info.cc
index 5758b41a6b7a7fd7803420f353543073322810b1..b444c700797bfb3f15a828829534be52ca7a1484 100644
--- a/src/compilation-info.cc
+++ b/src/compilation-info.cc
@@ -100,7 +100,8 @@ CompilationInfo::CompilationInfo(ParseInfo* parse_info,
parameter_count_(0),
optimization_id_(-1),
osr_expr_stack_height_(-1),
- debug_name_(debug_name) {}
+ debug_name_(debug_name),
+ verify_graph_(false) {}
CompilationInfo::~CompilationInfo() {
if (GetFlag(kDisableFutureOptimization) && has_shared_info()) {

Powered by Google App Engine
This is Rietveld 408576698