[Issue 14053] "Hello world" generates bloat in the object file

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jan 27 10:44:40 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14053

Iain Buclaw <ibuclaw at gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw at gdcproject.org

--- Comment #3 from Iain Buclaw <ibuclaw at gdcproject.org> ---
I believe this would be the change in 
https://github.com/D-Programming-Language/dmd/pull/3552

As I understand it, the symbols are put on comdat, so would be emitted in
compiles, but cleaned out in the link phase (or maybe post-strip).

--


More information about the Digitalmars-d-bugs mailing list