Garbage Collection in a Very Large Address Space (opens in new tab)
Garbage Collection in a Very Large Address Space Bishop, Peter B. The address space is broken into areas that can be garbage collected separately. An area is analogous to a file on current systems. Each process has a local computation area for its stack and temporary storage that is roughly analogous to a job core image. A mechanism is introduced for maintaining lists of inter-area links, the key to separate garbage collection. This mechanism is designed to be placed in hardware and does not ...
Read the original article