diff options
Diffstat (limited to 'lgc.h')
-rw-r--r-- | lgc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ | |||
135 | ** | 135 | ** |
136 | ** To keep its invariants, the generational mode uses the same barriers | 136 | ** To keep its invariants, the generational mode uses the same barriers |
137 | ** also used by the incremental mode. If a young object is caught in a | 137 | ** also used by the incremental mode. If a young object is caught in a |
138 | ** foward barrier, it cannot become old immediately, because it can | 138 | ** forward barrier, it cannot become old immediately, because it can |
139 | ** still point to other young objects. Instead, it becomes 'old0', | 139 | ** still point to other young objects. Instead, it becomes 'old0', |
140 | ** which in the next cycle becomes 'old1'. So, 'old0' objects is | 140 | ** which in the next cycle becomes 'old1'. So, 'old0' objects is |
141 | ** old but can point to new and survival objects; 'old1' is old | 141 | ** old but can point to new and survival objects; 'old1' is old |