On Wednesday, 11 November 2015 at 13:47:27 UTC, Johannes Pfau wrote:
A quick workaround could be enabling the GC for DDMD. IIRC I read somewhere on github that the segfaulting code was actually rewritten now and the GC might just work.

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.

Reply via email to