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

KytoDragon <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from KytoDragon <[email protected]> ---
These sizes all look correct.
byte, bool and int initialize to zero, so they don't need to be explicitly
stored in the resulting executable. 1000000 chars need 1000000 bytes, floats
use 4 bytes each so need 4000000 bytes total and double use 8 bytes each,
resulting in a total of 8000000 bytes.
The remaining ~16k bytes are just the code and metadata of the executable.

--

Reply via email to