Large .init for class containing void-initialized struct

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Tue Dec 6 16:28:18 PST 2016


On Wednesday, 7 December 2016 at 00:20:11 UTC, Ali Çehreli wrote:
> tl;dr; go to the TLDR section below. :)
>
> I use the following command line to identify large symbols. 
> Given a binary named 'deneme', the following command line (at 
> least on Linux) produces the 30 largest symbols in the 'deneme' 
> binary that actually take space in application's memory:
>
> [...]
I think this is a bug.

Why is the classInit generated at all ?
We don't guarantee  blit construction of classes./////////////


More information about the Digitalmars-d mailing list