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

Unified Diff: src/interface-descriptors.h

Issue 1238143002: [stubs] Optimize LoadGlobalViaContextStub and StoreGlobalViaContextStub. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: ia32 port. small x64 beautification. Created 5 years, 5 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/interface-descriptors.h
diff --git a/src/interface-descriptors.h b/src/interface-descriptors.h
index 75e2a6b1981407654b628d7757795429e81374ce..107929167670a3988ae0fe87d0c527e3cffd1d3f 100644
--- a/src/interface-descriptors.h
+++ b/src/interface-descriptors.h
@@ -433,7 +433,6 @@ class LoadGlobalViaContextDescriptor : public CallInterfaceDescriptor {
DECLARE_DESCRIPTOR_WITH_CUSTOM_FUNCTION_TYPE(LoadGlobalViaContextDescriptor,
CallInterfaceDescriptor)
- static const Register DepthRegister();
static const Register SlotRegister();
static const Register NameRegister();
};

Powered by Google App Engine
This is Rietveld 408576698