[Dlang-internal] DMD with GC
RazvanN
razvan.nitu1305 at gmail.com
Tue Nov 7 09:04:36 UTC 2017
Hi all,
Currently the compiler is not garbage collected due to the fact
that the GC slows it down. This means that at some point you
could enable the GC, while at the moment if you do that you get
ugly segfaults (see [1]). I am interested in this because the
compiler library should have the possibility of being garbage
collected and I am curios if somebody knows what was the change
which made the compiler incompatible with the GC.
Thanks,
RazvanN
[1]
http://forum.dlang.org/thread/dywncjvlezvrbjkfkbsz@forum.dlang.org
More information about the Dlang-internal
mailing list