D with minimal runtime

Adam D. Ruppe destructionator at gmail.com
Mon Jun 15 12:21:08 UTC 2020


On Monday, 15 June 2020 at 08:54:45 UTC, Dibyendu Majumdar wrote:
> 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?

Eh, a good bulk of the d runtime is GC support, it would be hard 
to pull the gc out without most the rest of it.

In general, if you create a file called "object.d" in your work 
directory and compile it in, you can override druntime to nothing 
and build it back up from there just... that's a pain to get from 
nothing back up to GC point.


More information about the Digitalmars-d mailing list