Disable GC entirely

Dicebot m.strashun at gmail.com
Mon Apr 8 04:42:29 PDT 2013


On Monday, 8 April 2013 at 11:36:40 UTC, Jacob Carlborg wrote:
> You're comparing a D executable, statically linked with its 
> runtime and standard library to a C executable which is 
> dynamically linked with instead. It's not rocket science that 
> if you put more into the executable it will become larger.

You have got it wrong. I am comparing D executable with no 
runtime and standard library and C executable (-betterC 
-defaultlib=). And they are roughly the same, what is good, 
because indicates that there is nothing wrong with plain binary 
code gen.


More information about the Digitalmars-d mailing list