1 Title: Backup tracing collector for rc cycles reclamation
2 Tags: en, d, dgc, rc, cycles, backup, tracing
4 The simpler way to reclaim cycles is to use a backup tracing garbage
5 collector. But this way, even when GC frequency could be much lower, the
6 infomation of reference counters are not used, and pauses can be very long
7 (depending on the backup algorithm used).
9 I think some kind of mixture between RC and tracing GC could be done so I wont
10 discard this option just yet, but I think more specialized algorithms can do
13 .. vim: set et sw=4 sts=4 :