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

Unified Diff: src/compiler/opcodes.h

Issue 2547043002: [Interpreter] Optimize equality check with null/undefined with a check on the map. (Closed)
Patch Set: Fixed a bug in reducing JSIsUndetectable. Created 4 years 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 4a1151d1907ad5b84533677c7dfbade198b6bd82..5b65a0d359d4d01a1b020ba613b4a68f71ffdb4d 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -118,7 +118,8 @@
V(JSToString)
#define JS_OTHER_UNOP_LIST(V) \
- V(JSTypeOf)
+ V(JSTypeOf) \
+ V(JSIsUndetectable)
#define JS_SIMPLE_UNOP_LIST(V) \
JS_CONVERSION_UNOP_LIST(V) \

Powered by Google App Engine
This is Rietveld 408576698