www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 13117] New: Executable size of hello world explodes from 472K

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

          Issue ID: 13117
           Summary: Executable size of hello world explodes from 472K to
                    2.7M
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P1
         Component: DMD
          Assignee: nobody puremagic.com
          Reporter: dbugreporter gmail.com

Compiled with dmd_2.066.0~b3-0_amd64 (or ~b2) hello world executable becomes
2.7 megabytes while with 2.065 it's 472 kilobytes.

import std.stdio;
void main() {
    writeln("hello");
}

--
Jul 13 2014