D with minimal runtime
Dibyendu Majumdar
d.majumdar at gmail.com
Mon Jun 15 08:54:45 UTC 2020
Hi,
When writing compiler tools, a GC seems desirable as managing
memory for the data structures used by compilers is a pain. I
guess the better C option has no runtime, whereas normal D has
the runtime with GC. I was wondering whether the runtime can be
minimized to only support the GC. Or is that already the case,
i.e. the D runtime is already the minimum needed for GC?
Thanks and Regards
Dibyendu
More information about the Digitalmars-d
mailing list