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

Unified Diff: src/deoptimize-reason.h

Issue 2958253002: [turbofan] Replace uninitialized JSConstruct nodes with SOFT deopt. (Closed)
Patch Set: Created 3 years, 6 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/js-type-hint-lowering.cc ('k') | test/mjsunit/ignition/throw-if-not-hole.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/deoptimize-reason.h
diff --git a/src/deoptimize-reason.h b/src/deoptimize-reason.h
index e4d783c22793da75a10325f33c78666470dc1f45..ca986aafd36e99b98c2258b68aab8a9b93b3b509 100644
--- a/src/deoptimize-reason.h
+++ b/src/deoptimize-reason.h
@@ -24,6 +24,8 @@ namespace internal {
V(InsufficientTypeFeedbackForCall, "Insufficient type feedback for call") \
V(InsufficientTypeFeedbackForCallWithArguments, \
"Insufficient type feedback for call with arguments") \
+ V(InsufficientTypeFeedbackForConstruct, \
+ "Insufficient type feedback for construct") \
V(FastPathFailed, "Falling off the fast path") \
V(InsufficientTypeFeedbackForCombinedTypeOfBinaryOperation, \
"Insufficient type feedback for combined type of binary operation") \
« no previous file with comments | « src/compiler/js-type-hint-lowering.cc ('k') | test/mjsunit/ignition/throw-if-not-hole.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698