Previous      Up      Previous     Course Home   e-mail

2.4 Incremental Collection

Incremental GC   

Another way to avoid the appearance that garbage collection is locking up the system is to modify the algorithm so that it can be run one small piece at a time.


 Previous      Up      Previous     Course Home   e-mail