Size of Compiled Program
Martin Tschierschke via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Jan 4 09:00:37 PST 2016
On Monday, 4 January 2016 at 14:01:18 UTC, Basile B. wrote:
> On Monday, 4 January 2016 at 13:49:03 UTC, Martin Tschierschke
> wrote:
[...]
> - if debug info are generated this increases the size.
> - if bounds checking is turned off there is some code generated
> for each array operation
> - if contracts are not off there is a lot of assertion that
> will be generated
>
> see also some clues here:
> http://forum.dlang.org/post/mailman.20.1441974998.22025.digitalmars-d-learn@puremagic.com
Ah, thank you for that Link!
More information about the Digitalmars-d-learn
mailing list