Object.factory() and exe file size bloat
Kagamin via Digitalmars-d
digitalmars-d at puremagic.com
Fri Aug 21 04:46:21 PDT 2015
On Friday, 21 August 2015 at 11:03:09 UTC, Mike wrote:
> * postblit -
> https://github.com/D-Programming-GDC/GDC/pull/100/files?diff=unified#diff-1f51c84492753de4c1863d02e24318bbR918
> * destructor -
> https://github.com/D-Programming-GDC/GDC/pull/100/files?diff=unified#diff-1f51c84492753de4c1863d02e24318bbR1039
Looks like these are generated for fixed sized array of structs
in a struct.
> * slicing -
> https://github.com/D-Programming-GDC/GDC/pull/100/files?diff=unified#diff-5960d486a42197785b9eee4ba95c6b95R11857
Can't even understand, what is this. Array op? But array ops are
handled just above.
More information about the Digitalmars-d
mailing list