Feb 2002

Garbage Collection

Overview

Background

Reference Counts

Optimization


Efficiency is defined as the least number of processor cycles to implement. This does not mean that it is fastest. For example generational GC is faster in environments where there is "significant" free processor time.


June 2000 - First draft

Feb 2002- some changes