Chromium Code Reviews

Unified Diff: src/type-hints.h

Issue 2609013002: [turbofan] Use InternalizedString feedback abstract/strict equality comparisons. (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/type-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 e2ea0b4e96f506a46fcf011e41ff2d2d6c447227..0364154593219e4eba51f52ba4adaf80bfef50dd 100644
--- a/src/type-hints.h
+++ b/src/type-hints.h
@@ -33,6 +33,7 @@ enum class CompareOperationHint : uint8_t {
kSignedSmall,
kNumber,
kNumberOrOddball,
+ kInternalizedString,
kString,
kAny
};
« no previous file with comments | « src/type-feedback-vector-inl.h ('k') | src/type-hints.cc » ('j') | no next file with comments »

Powered by Google App Engine