xo-object: GC unit test
This commit is contained in:
parent
c7488cbfd5
commit
19520f017b
1 changed files with 28 additions and 0 deletions
28
docs/glossary.rst
Normal file
28
docs/glossary.rst
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
.. _glossary:
|
||||
|
||||
Glossary
|
||||
--------
|
||||
|
||||
.. glossary::
|
||||
GC
|
||||
| garbage collector
|
||||
|
||||
mlog
|
||||
| mutation log.
|
||||
| Remembers cross-generation and cross-checkpoint pointers
|
||||
|
||||
nursery
|
||||
| in garbage collector, memory region dedicated to young objects.
|
||||
| These are objects that have survived less than 2 incremental collection cycles.
|
||||
|
||||
tenured
|
||||
| in garbage collector, memory region dedicated to older objects.
|
||||
| These are defined as objects that have survived 2 or more incremental collection cycles.
|
||||
|
||||
xgen
|
||||
| cross-generation tenured->nursery pointer; requires special GC bookkeeping
|
||||
|
||||
xckp
|
||||
| cross-checkpoint pointer; requires special GC bookkeeping
|
||||
|
||||
.. toctree::
|
||||
Loading…
Add table
Add a link
Reference in a new issue