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

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

Issue 1890553002: Revert of [heap] Better integrate handling of aborted compaction pages (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« no previous file with comments | « no previous file | src/heap/mark-compact.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index 3c542bd2edbba5418d4742d4a89eb73a88e71823..a0f54acac7dea26f9a34f642ef4bcf14cd6e8610 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -630,7 +630,6 @@
private:
class EvacuateNewSpaceVisitor;
class EvacuateOldSpaceVisitor;
- class EvacuateRecordOnlyVisitor;
class EvacuateVisitorBase;
class HeapObjectVisitor;
@@ -835,6 +834,8 @@
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 | « no previous file | src/heap/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698