[Issue 15130] dmd emits huge data for zero initialized struct

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 14 03:30:42 UTC 2018


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

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major

--- Comment #2 from Martin Nowak <code at dawg.eu> ---
In that PR I had to fix the symbol sizes dmd specifies so that copy relocations
work. Before that dmd was specifying some symbols to only be 8 byte while still
allocating the space for the full symbol.
It also affects ldc-1.7.0 and gdc-4.8.5 btw.

--


More information about the Digitalmars-d-bugs mailing list