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

Unified Diff: src/hydrogen.h

Issue 947683002: Reimplement Maps and Sets in JS (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rename all the things, add more macros, and remove unnecessary %_CallFunctions Created 5 years, 9 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/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index c454a2840beaab01d769098d6726f7046b5ac948..2e5293121ee81ed6fdc63393493c76c11ee85194 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -2217,18 +2217,14 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
F(MathLogRT) \
/* ES6 Collections */ \
F(MapClear) \
- F(MapDelete) \
- F(MapGet) \
- F(MapGetSize) \
- F(MapHas) \
F(MapInitialize) \
- F(MapSet) \
- F(SetAdd) \
F(SetClear) \
- F(SetDelete) \
- F(SetGetSize) \
- F(SetHas) \
F(SetInitialize) \
+ F(FixedArrayGet) \
+ F(FixedArraySet) \
+ F(JSCollectionGetTable) \
+ F(StringGetRawHashField) \
+ F(TheHole) \
/* Arrays */ \
F(HasFastPackedElements) \
F(GetPrototype)

Powered by Google App Engine
This is Rietveld 408576698