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

Unified Diff: src/compiler/opcodes.h

Issue 2196653002: [turbofan] Introduce a dedicated CheckMaps simplified operator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@TurboFan_JSNativeContextSpecialization_NonElementKeyedAccess
Patch Set: Created 4 years, 5 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/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index 8d342d5680b0664af8d26867bdb090e221d302fd..c3179d73fbf5416ae9cd4e06564e9cff627f6663 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -269,6 +269,7 @@
V(StringFromCharCode) \
V(CheckBounds) \
V(CheckIf) \
+ V(CheckMaps) \
V(CheckNumber) \
V(CheckString) \
V(CheckTaggedPointer) \

Powered by Google App Engine
This is Rietveld 408576698