[Issue 14758] TypeInfo causes excessive binary bloat

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Aug 20 01:36:37 PDT 2015


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

--- Comment #4 from Dmitry Olshansky <dmitry.olsh at gmail.com> ---
(In reply to Sobirari Muhomori from comment #3)
> I have an impression that LDC doesn't generate TypeInfo for structs for me
> (because when it does, linking fails), if I don't use array comparisons and
> disable opEquals. The Rust argument is valid though :)

I also was under an impression that only classes do have obligatory type-info
everything else is generated on demand.

--


More information about the Digitalmars-d-bugs mailing list