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

Unified Diff: src/interface-descriptors.h

Issue 2220513002: Revert of [turbofan] Add support for copy-on-write element stores. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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/compiler/verifier.cc ('k') | test/unittests/compiler/load-elimination-unittest.cc » ('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 1460b3c86562d86c87c25362f34585d60057fce4..430090c2473e5a41acc72bae2014da579e14c9cc 100644
--- a/src/interface-descriptors.h
+++ b/src/interface-descriptors.h
@@ -55,7 +55,6 @@
V(ConstructStub) \
V(ConstructTrampoline) \
V(RegExpConstructResult) \
- V(CopyFixedArray) \
V(TransitionElementsKind) \
V(AllocateHeapNumber) \
V(AllocateFloat32x4) \
@@ -649,12 +648,6 @@
static const Register ValueRegister();
};
-class CopyFixedArrayDescriptor : public CallInterfaceDescriptor {
- public:
- DEFINE_PARAMETERS(kSource)
- DECLARE_DEFAULT_DESCRIPTOR(CopyFixedArrayDescriptor, CallInterfaceDescriptor,
- kParameterCount)
-};
class TransitionElementsKindDescriptor : public CallInterfaceDescriptor {
public:
« no previous file with comments | « src/compiler/verifier.cc ('k') | test/unittests/compiler/load-elimination-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698