Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index 5e473426028dc6dc3d21b931013781471a051836..46ee4fd6ae03c6fcbb0a758e0d93fdafa79463a0 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 |
Hannes Payer (out of office)
2015/12/02 08:46:31
sweeper and store buffer
Michael Lippautz
2015/12/02 08:53:40
Done.
|
+ // buffer. |
COMPACTION_WAS_ABORTED, |
// Last flag, keep at bottom. |