Compiler: Size of generated executable file

Sean Kelly sean at invisibleduck.org
Sun Jan 10 17:14:00 PST 2010


bearophile Wrote:

> Currently Link Time Optimization of LLVM (that can be used by LDC) removes some unused code from D1 programs.

I guess this is different than --gc-sections or whatever the ld flag is?  I recall that one breaking exception handling, though I also recall there being a trivial change during code generation that could fix this.



More information about the Digitalmars-d mailing list