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

Unified Diff: src/interface-descriptors.h

Issue 1884883003: Revert of [Atomics] code stubs for atomic operations (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « src/ia32/macro-assembler-ia32.h ('k') | src/js/harmony-atomics.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/interface-descriptors.h
diff --git a/src/interface-descriptors.h b/src/interface-descriptors.h
index f41bc647e949a0912cacda552d99316db76ec7b6..378f0ce6f907f5fb4e5dee4f39f2128ce4e9f7bc 100644
--- a/src/interface-descriptors.h
+++ b/src/interface-descriptors.h
@@ -91,8 +91,7 @@
V(InterpreterPushArgsAndCall) \
V(InterpreterPushArgsAndConstruct) \
V(InterpreterCEntry) \
- V(ResumeGenerator) \
- V(AtomicsLoad)
+ V(ResumeGenerator)
class CallInterfaceDescriptorData {
public:
@@ -828,11 +827,6 @@
DECLARE_DESCRIPTOR(ResumeGeneratorDescriptor, CallInterfaceDescriptor)
};
-class AtomicsLoadDescriptor : public CallInterfaceDescriptor {
- public:
- DECLARE_DESCRIPTOR(AtomicsLoadDescriptor, CallInterfaceDescriptor)
-};
-
#undef DECLARE_DESCRIPTOR_WITH_BASE
#undef DECLARE_DESCRIPTOR
#undef DECLARE_DESCRIPTOR_WITH_CUSTOM_FUNCTION_TYPE
« no previous file with comments | « src/ia32/macro-assembler-ia32.h ('k') | src/js/harmony-atomics.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698