DMD producing huge binaries
Steven Schveighoffer via Digitalmars-d
digitalmars-d at puremagic.com
Mon May 23 12:16:20 PDT 2016
On 5/23/16 3:03 PM, Steven Schveighoffer wrote:
> In fact, this may be a reason to NOT shortcut the return mangle
> (if you had compiled against foo one day, and foo's internal voldemort
> type changes the next, it would still link, even though the type may
> have changed).
Actually, this is not true. It will only fail to link if the name of the
internal type changes, or you return some other type :(
-Steve
More information about the Digitalmars-d
mailing list