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.

Reply via email to