[Issue 14758] TypeInfo causes excessive binary bloat
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Aug 9 06:56:34 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=14758
--- Comment #15 from Mike <slavo5150 at yahoo.com> ---
Just tested this with LDC 1.0.0 (frontend 2.070.2), and the dead code is still
in the binary. The DMD generated binary looks good, but the LDC binary is
still bloated with dead code. I'm assuming the change made by Walter in
Comment 9 only affected the DMD backend.
It appears GDC is still on 2.067, so I haven't tested there, but given my
results with LDC 1.0.0, I don't expect GDC to be any better.
--
More information about the Digitalmars-d-bugs
mailing list