DMD producing huge binaries
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Fri May 20 10:37:53 PDT 2016
On Friday, 20 May 2016 at 17:11:52 UTC, Wyatt wrote:
> I've probably missed something, but it seems like line noise
> just because we feel we must.
Line and file is not unique because the same template would
generate different functions for different arguments.
Template arguments are a part of the identifier... and that can
really blow up the size because they might be template arguments
which might be template arguments, etc., but each unique argument
could be creating an entirely different function.
More information about the Digitalmars-d
mailing list