aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lgc.h b/lgc.h
index 5e474114..72d318ca 100644
--- a/lgc.h
+++ b/lgc.h
@@ -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