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

Unified Diff: src/compiler/types.h

Issue 2681273002: [turbofan] Utilize the fact that empty string is canonicalized. (Closed)
Patch Set: Created 3 years, 10 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
Index: src/compiler/types.h
diff --git a/src/compiler/types.h b/src/compiler/types.h
index dc39d78f6386e7f96c4501b643906c5f68fa9c1d..30a1fc6c503839e898acee2677cad02b37125952 100644
--- a/src/compiler/types.h
+++ b/src/compiler/types.h
@@ -181,8 +181,6 @@ namespace compiler {
V(StringOrReceiver, kString | kReceiver) \
V(Unique, kBoolean | kUniqueName | kNull | \
kUndefined | kReceiver) \
- V(NonStringUniqueOrHole, kBoolean | kHole | kNull | kReceiver | \
- kSymbol | kUndefined) \
V(Internal, kHole | kExternalPointer | kOtherInternal) \
V(NonInternal, kPrimitive | kReceiver) \
V(NonNumber, kUnique | kString | kInternal) \

Powered by Google App Engine
This is Rietveld 408576698