]> git.llucax.com Git - software/dgc/cdgc.git/commit
Build the freebits bit set incrementally
authorLeandro Lucarella <llucax@gmail.com>
Sun, 5 Sep 2010 22:01:52 +0000 (19:01 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 6 Sep 2010 02:11:35 +0000 (23:11 -0300)
commit3f609656ee57bc578da59dc7fb4d27cdaea2ad18
tree1858cfff68b31f5518728b4529a73a667e41f59f
parente74b77edc55c73d1f1656131a645eed30a59727f
Build the freebits bit set incrementally

As a side effect, we can't copy anymore the freebits as the starting mark
bits because we don't keep the freebits updated so precisely, doing so
would need a bit more work.

Since the freebits can be constructed in the mark phase, which we can do
in parallel, this might not be as useful as thought at first.
rt/gc/cdgc/gc.d