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

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

Issue 1588823003: [heap] Properly adjust live bytes for pages where we abort evacaution (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed comments and remove DCHECK Created 4 years, 11 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 60c05b7ddaa1d3e2ded85cc3fe2cacbce6502eab..cfb2d9d27022f033341acce33c68212faa8ac31a 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -730,6 +730,8 @@ class MarkCompactCollector {
void VisitLiveObjectsBody(Page* page, ObjectVisitor* visitor);
+ void RecomputeLiveBytes(MemoryChunk* page);
+
void SweepAbortedPages();
void ReleaseEvacuationCandidates();
« 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