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

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

Issue 1891683002: Reland of "[heap] Better integrate handling of aborted compaction pages" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixed Created 4 years, 8 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/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index a0f54acac7dea26f9a34f642ef4bcf14cd6e8610..3c542bd2edbba5418d4742d4a89eb73a88e71823 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -630,6 +630,7 @@ class MarkCompactCollector {
private:
class EvacuateNewSpaceVisitor;
class EvacuateOldSpaceVisitor;
+ class EvacuateRecordOnlyVisitor;
class EvacuateVisitorBase;
class HeapObjectVisitor;
@@ -834,8 +835,6 @@ class MarkCompactCollector {
void RecomputeLiveBytes(MemoryChunk* page);
- void SweepAbortedPages();
-
void ReleaseEvacuationCandidates();
// Starts sweeping of a space by contributing on the main thread and setting
« no previous file with comments | « src/heap/gc-tracer.cc ('k') | src/heap/mark-compact.cc » ('j') | src/heap/mark-compact.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698