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

Unified Diff: src/code-stubs.cc

Issue 886663004: Revert of Use a WeakCell in the CallIC type vector. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 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/code-stubs.h ('k') | src/code-stubs-hydrogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.cc
diff --git a/src/code-stubs.cc b/src/code-stubs.cc
index ecd8ef2d563049b294c2e714bea9cac69704b68e..895569d41357ca34acea2c232dc406044a8cd64d 100644
--- a/src/code-stubs.cc
+++ b/src/code-stubs.cc
@@ -679,9 +679,6 @@
void CreateAllocationSiteStub::InitializeDescriptor(CodeStubDescriptor* d) {}
-void CreateWeakCellStub::InitializeDescriptor(CodeStubDescriptor* d) {}
-
-
void RegExpConstructResultStub::InitializeDescriptor(
CodeStubDescriptor* descriptor) {
descriptor->Initialize(
@@ -737,12 +734,6 @@
void CreateAllocationSiteStub::GenerateAheadOfTime(Isolate* isolate) {
CreateAllocationSiteStub stub(isolate);
- stub.GetCode();
-}
-
-
-void CreateWeakCellStub::GenerateAheadOfTime(Isolate* isolate) {
- CreateWeakCellStub stub(isolate);
stub.GetCode();
}
« no previous file with comments | « src/code-stubs.h ('k') | src/code-stubs-hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698