http://d.puremagic.com/issues/show_bug.cgi?id=3463
--- Comment #93 from Leandro Lucarella <[email protected]> 2011-04-14 06:21:29 PDT --- You can take a look at my concurrent D GC (CDGC), which is also precise. It is based on the work done by [email protected] (which is based on the work done by David Simcha). Here is the very modest (and not so useful) project page: http://www.llucax.com.ar/proj/dgc/ Remember Druntime use to have a branch with CDGC merged: http://www.dsource.org/projects/druntime/browser/branches/CDGC And here is a mini HOWTO to try CDGC (in Tango), but now that is merged, it's outdated if you use Tango trunk (in which case you just have to call bob with -g=cdgc), but in that post you can find the compiler patches too (which I think are the exact same [email protected] did): http://llucax.com.ar/blog/blog/post/-4d1fefb4 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
