[Issue 3463] Integrate Precise Heap Scanning Into the GC

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 14 06:25:14 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=3463



--- Comment #93 from Leandro Lucarella <llucax at gmail.com> 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 nfxjfg at gmail.com (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 nfxjfg at gmail.com 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: -------


More information about the Digitalmars-d-bugs mailing list