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

Unified Diff: src/objects.h

Issue 2623633003: [Atomics] Make Atomics.exchange a builtin using TF (Closed)
Patch Set: remove 0 extend for arm 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
« src/compiler/arm64/code-generator-arm64.cc ('K') | « src/js/harmony-atomics.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 8eff8bbccb6eec62f53efb102bfb7c6e70df4b4e..d8e22f6b6c287b53ce11e4752d91ba8122897b4c 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -6895,7 +6895,8 @@ class Script: public Struct {
#define ATOMIC_FUNCTIONS_WITH_ID_LIST(V) \
V(Atomics, load, AtomicsLoad) \
- V(Atomics, store, AtomicsStore)
+ V(Atomics, store, AtomicsStore) \
+ V(Atomics, exchange, AtomicsExchange)
enum BuiltinFunctionId {
kArrayCode,
« src/compiler/arm64/code-generator-arm64.cc ('K') | « src/js/harmony-atomics.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698