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: nob...@puremagic.com
          Reporter: dbugrepor...@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");
}

--

Reply via email to