Inherent code performance advantages of D over C?

deadalnix deadalnix at gmail.com
Mon Dec 9 14:46:30 PST 2013


On Monday, 9 December 2013 at 19:19:46 UTC, Walter Bright wrote:
> Inlining across source files?
>

Yes. LTO consist in dumping the IR in the object file. Then the 
linker can merge all the IR in one giant module and perform 
global optimizations.

This is expansive, but useful to get the last drop of perfs out 
of release builds.


More information about the Digitalmars-d mailing list