Chromium Code Reviews

Unified Diff: src/heap/heap.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.
Jump to:
View side-by-side diff with in-line comments
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 42214635f593aed2824aba42106d4c76d1d8fc40..bdfd01f88a904c07ee232bd7d85a31536fe25aea 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -164,7 +164,6 @@ using v8::MemoryPressureLevel;
V(JSObject, message_listeners, MessageListeners) \
V(UnseededNumberDictionary, code_stubs, CodeStubs) \
V(UnseededNumberDictionary, non_monomorphic_cache, NonMonomorphicCache) \
- V(PolymorphicCodeCache, polymorphic_code_cache, PolymorphicCodeCache) \
V(Code, js_entry_code, JsEntryCode) \
V(Code, js_construct_entry_code, JsConstructEntryCode) \
V(FixedArray, natives_source_cache, NativesSourceCache) \

Powered by Google App Engine