On 12/11/2015 10:44 AM, Robert burner Schadek wrote:
I just run make -f posix.mak unittest -j10 on phobos after removing GC.disable() from ddmd. It worked just fine. Everything build everything passed the tests. (the time program told 1:41.25 for nogc and 1:49.80 with gc. This is with running all the tests.) Shouldn't we at least add a command line switch to dmd to activate the GC.
You also need to modify root/rmem.d to actually use the GC as the allocator.
