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

Unified Diff: src/heap/mark-compact.h

Issue 1481953002: Move map retaining to finalization of incremental marking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index 3386b83272bfdb8572d86568fac4e3e2b3258e3a..173245cb4b71841309d9a7fa9d47ae28dea8175f 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -626,10 +626,6 @@ class MarkCompactCollector {
// otherwise a map can die and deoptimize the code.
void ProcessTopOptimizedFrame(ObjectVisitor* visitor);
- // Retain dying maps for <FLAG_retain_maps_for_n_gc> garbage collections to
- // increase chances of reusing of map transition tree in future.
- void RetainMaps();
-
// Collects a list of dependent code from maps embedded in optimize code.
DependentCode* DependentCodeListFromNonLiveMaps();

Powered by Google App Engine
This is Rietveld 408576698