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

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

Issue 2358333002: Revert of [heap] Concurrently free empty typed slot set chunks. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | src/heap/remembered-set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/mark-compact.cc
diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
index aae6593cc5ab0c47e3a2eb24bcb45b1aac0b2052..08472e5b10448949ef761f91de3fbdaedeead34b 100644
--- a/src/heap/mark-compact.cc
+++ b/src/heap/mark-compact.cc
@@ -3865,12 +3865,6 @@
} else {
max_freed = RawSweep(page, REBUILD_FREE_LIST, free_space_mode);
}
-
- // After finishing sweeping of a page we clean up its remembered set.
- if (page->typed_old_to_new_slots()) {
- page->typed_old_to_new_slots()->FreeToBeFreedChunks();
- }
-
{
base::LockGuard<base::Mutex> guard(&mutex_);
swept_list_[identity].Add(page);
« no previous file with comments | « no previous file | src/heap/remembered-set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698