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

Unified Diff: src/bailout-reason.h

Issue 2500143003: [turbofan] Make escape analysis fail silently for cyclic object states (Closed)
Patch Set: Created 4 years, 1 month 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/escape-analysis-reducer.h » ('j') | src/compiler/escape-analysis-reducer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/bailout-reason.h
diff --git a/src/bailout-reason.h b/src/bailout-reason.h
index d14b8ad7d6c447d456cff696f4e4ddd1b0de4104..affe5ea9b34f9aee655497526016c9142e6ab37e 100644
--- a/src/bailout-reason.h
+++ b/src/bailout-reason.h
@@ -61,6 +61,7 @@ namespace internal {
V(kEliminatedBoundsCheckFailed, "Eliminated bounds check failed") \
V(kEmitLoadRegisterUnsupportedDoubleImmediate, \
"EmitLoadRegister: Unsupported double immediate") \
+ V(kEscapeAnalysisFailed, "Escape analysis failed") \
Benedikt Meurer 2016/11/15 12:42:54 Nit: Please rename to CyclicObjectStateDetectedInE
V(kEval, "eval") \
V(kExpectedAllocationSite, "Expected allocation site") \
V(kExpectedBooleanValue, "Expected boolean value") \
« no previous file with comments | « no previous file | src/compiler/escape-analysis-reducer.h » ('j') | src/compiler/escape-analysis-reducer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698