[Issue 13117] New: Executable size of hello world explodes from 472K to 2.7M
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Jul 13 00:44:26 PDT 2014
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 at puremagic.com
Reporter: dbugreporter at 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");
}
--
More information about the Digitalmars-d-bugs
mailing list