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

Unified Diff: src/factory.h

Issue 1846963002: Use a dictionary-mode code cache on the map rather than a dual system. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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/factory.h
diff --git a/src/factory.h b/src/factory.h
index 49df731f18cde8d3657c73def9c53584b96d92e2..39e87210946237f07c4dbf75cd977bb469c44148 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -270,8 +270,6 @@ class Factory final {
// the old generation).
Handle<Struct> NewStruct(InstanceType type);
- Handle<CodeCache> NewCodeCache();
-
Handle<AliasedArgumentsEntry> NewAliasedArgumentsEntry(
int aliased_context_slot);

Powered by Google App Engine
This is Rietveld 408576698