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

Unified Diff: src/type-hints.h

Issue 2923543003: [turbofan] Properly support Number feedback for binary operators. (Closed)
Patch Set: Improve DCHECK. 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/feedback-vector-inl.h ('k') | src/type-hints.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/type-hints.h
diff --git a/src/type-hints.h b/src/type-hints.h
index 27760a28600c8a2b05e325378e97b514310edc79..367381bea6f0ec4bd3745dd5c6ddbc36869602f3 100644
--- a/src/type-hints.h
+++ b/src/type-hints.h
@@ -16,6 +16,7 @@ enum class BinaryOperationHint : uint8_t {
kNone,
kSignedSmall,
kSigned32,
+ kNumber,
kNumberOrOddball,
kString,
kAny
« no previous file with comments | « src/feedback-vector-inl.h ('k') | src/type-hints.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698