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

Unified Diff: src/compiler.cc

Issue 836033005: AbortOptimization, RetryOptimization preserve first bailout reason (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Remove unused kUnknown bailout reason Created 5 years, 11 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/compiler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.cc
diff --git a/src/compiler.cc b/src/compiler.cc
index 59d2fb8b1814f5c47d5dd0d888df7ee64e9478c8..4cae3e65f864719f9dbbd4aa0283dffb56cf5f2a 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -185,7 +185,7 @@ void CompilationInfo::Initialize(Isolate* isolate,
DCHECK(strict_mode() == SLOPPY);
SetStrictMode(shared_info_->strict_mode());
}
- bailout_reason_ = kUnknown;
+ bailout_reason_ = kNoReason;
if (!shared_info().is_null() && shared_info()->is_compiled()) {
// We should initialize the CompilationInfo feedback vector from the
« no previous file with comments | « src/compiler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698