]> git.llucax.com Git - software/dgc/cdgc.git/commit
Allow mapping shared memory to allocate bitsets
authorLeandro Lucarella <llucax@gmail.com>
Fri, 20 Aug 2010 01:40:30 +0000 (22:40 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Fri, 20 Aug 2010 01:40:30 +0000 (22:40 -0300)
commit961eb25ca3a5f1865be75da53b81bafb32529295
treece326358c094cc459c6a920dedc621c8cfcd4aec
parent0849555bf578d233e054052f87c55c2cdf46d575
Allow mapping shared memory to allocate bitsets

The concurrent GC will fork() to run the collection, so it need to share
the mark bits to let the original process know the results of the mark
phase.
rt/gc/cdgc/alloc.d
rt/gc/cdgc/bits.d