]> git.llucax.com Git - software/dgc/cdgc.git/commit
Concurrent D Garbage Collector initial commit
authorLeandro Lucarella <llucax@gmail.com>
Thu, 24 Dec 2009 22:56:49 +0000 (19:56 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 24 Dec 2009 23:10:15 +0000 (20:10 -0300)
commit2e05ad088dcc9c1522910bf3ae65d9d3240fb778
tree358755225d69c327a84d98e735fd9cd7bd25a463
Concurrent D Garbage Collector initial commit

The Concurrent D Garbage Collector (CDGC) is based on the "basic" garbage
collector from the Tango runtime. This first commit is a copy of this GC,
as it is in Tango 0.99.8.

The CDGC is designed only for Linux, at least for now.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
gc.d [new file with mode: 0644]
gcalloc.d [new file with mode: 0644]
gcbits.d [new file with mode: 0644]
gcstats.d [new file with mode: 0644]
gcx.d [new file with mode: 0644]