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

Unified Diff: src/compilation-info.cc

Issue 2333923008: [turbofan] Ensure AstGraphBuilder::CheckOsrEntry hits once. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | src/compiler/ast-graph-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compilation-info.cc
diff --git a/src/compilation-info.cc b/src/compilation-info.cc
index a859854286eff105aa1c5592eba4c95d4cce8f2c..5fdd23864cffafba8bcbd31dca97de7056b5a43d 100644
--- a/src/compilation-info.cc
+++ b/src/compilation-info.cc
@@ -79,7 +79,7 @@ CompilationInfo::CompilationInfo(ParseInfo* parse_info,
isolate->is_profiling()),
parameter_count_(0),
optimization_id_(-1),
- osr_expr_stack_height_(0),
+ osr_expr_stack_height_(-1),
debug_name_(debug_name) {}
CompilationInfo::~CompilationInfo() {
« no previous file with comments | « no previous file | src/compiler/ast-graph-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698