Linker-hacking out the D runtime

sarn via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Dec 17 16:04:54 PST 2016


As it stands, the -betterC flag is still immature and only 
removes a bit of the D runtime.  I've been playing around a bit 
to see what could be possible.  To do that, I've had to do some 
linker hacking to make code that's completely free of D runtime 
dependencies.

I thought I'd write something up to help other people experiment 
with this stuff:
https://theartofmachinery.com/2016/12/18/d_without_runtime.html

Let's make a better -betterC :)


More information about the Digitalmars-d-announce mailing list