]> git.llucax.com Git - software/dgc/cdgc.git/commit
Unify GC class and Gcx struct
authorLeandro Lucarella <llucax@gmail.com>
Thu, 29 Jul 2010 03:59:49 +0000 (00:59 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 29 Jul 2010 03:59:49 +0000 (00:59 -0300)
commit60c2ff134a50c1196ebfbce3c823fcac619fd043
tree3c31ca9f7552088f3670096073b26e29a7ab90ab
parent0cc16f584aa0cf5f588e01dc4234809022f9bd22
Unify GC class and Gcx struct

For some unknown reason, the GC implementation was divided in 2, a GC
class and a Gcx struct. This patch unify them in a GC struct. Only code is
moved (and stats are adjusted).
rt/gc/cdgc/dynarray.d
rt/gc/cdgc/gc.d
rt/gc/cdgc/iface.d
rt/gc/cdgc/stats.d