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

Unified Diff: src/objects.h

Issue 2623633003: [Atomics] Make Atomics.exchange a builtin using TF (Closed)
Patch Set: fix win 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/objects.h
diff --git a/src/objects.h b/src/objects.h
index 96fb2e6d0cdbee082e493d6ec96c0c0412708f60..fa55bebdcd64aaab9ed02740796e323fd137e226 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -6885,7 +6885,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/x64/code-generator-x64.cc ('K') | « src/compiler/x64/instruction-selector-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698