]> git.llucax.com Git - software/dgc/cdgc.git/commit
Make heap precise scanning optional
authorLeandro Lucarella <llucax@gmail.com>
Wed, 28 Jul 2010 20:41:36 +0000 (17:41 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 28 Jul 2010 20:41:36 +0000 (17:41 -0300)
commit6a3232d8f1c52377e792b4f4e18fd75f2a3b0f60
tree241af171329cefff0821d0c16dda778749f8be44
parented2b4ee35ae9c3c6fb0f9c0a808c2945a843701a
Make heap precise scanning optional

Now D_GC_OPTS accepts a new boolean option: conservative. When true, the
heap is scanned conservatively, even when type information is available.
The option defaults to false.
rt/gc/cdgc/gc.d
rt/gc/cdgc/opts.d