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

Unified Diff: src/heap/spaces.h

Issue 1494503004: Reland of "[heap] Clean up stale store buffer entries for aborted pages." (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Reorder to the right place Created 5 years 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 | « src/heap/mark-compact.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/spaces.h
diff --git a/src/heap/spaces.h b/src/heap/spaces.h
index 5e473426028dc6dc3d21b931013781471a051836..0e5fdef82d602ba72512a5bc2ff4f79268f85926 100644
--- a/src/heap/spaces.h
+++ b/src/heap/spaces.h
@@ -328,7 +328,8 @@ class MemoryChunk {
PRE_FREED,
// |COMPACTION_WAS_ABORTED|: Indicates that the compaction in this page
- // has been aborted and needs special handling by the sweeper.
+ // has been aborted and needs special handling, i.e., sweeper and store
+ // buffer.
COMPACTION_WAS_ABORTED,
// Last flag, keep at bottom.
« no previous file with comments | « src/heap/mark-compact.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698