removal of dead functions and methods

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Wed Dec 24 06:08:23 PST 2014


On Wednesday, 24 December 2014 at 14:04:56 UTC, ketmar via 
Digitalmars-d wrote:
> Hello.
>
> i was never thinking about it, but recently i found parts of 
> source
> code in my compiled D binary. they comes from code generation
> functions, which only used in compile time, yet still happily 
> sits in
> resulting binary. are there any plans to somehow "fix" that?

LDC fixes that by using garbage collection of unused symbols by 
default.


More information about the Digitalmars-d mailing list