[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-08-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13117 --- Comment #13 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/239394c6ea98a281c51f95977612cc41866f0b4f Merge pull request #3778 fro

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-17 Thread via Digitalmars-d-bugs
from MartinNowak/fix13117 fix Issue 13117 - Executable size of hello world explodes from 472K to 2.7M --

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13117 --- Comment #11 from Martin Nowak --- The resolution of this bug implies that the libphobos2.a we're shipping is build with -fPIC. See issue 13149. --

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-17 Thread via Digitalmars-d-bugs
/fix13117 fix Issue 13117 - Executable size of hello world explodes from 472K to 2.7M --

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13117 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13117 --- Comment #9 from Martin Nowak --- Bug was introduced with https://github.com/D-Programming-Language/dmd/pull/3187 which fixed Issue 11171 - Text relocations in Phobos shared library. --

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13117 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #8 from Martin Nowak --- Th

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13117 --- Comment #7 from Martin Nowak --- Doesn't happen with PIC code either. dmd -fPIC main --

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13117 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #6 from Martin Nowak

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13117 --- Comment #5 from dbr --- Looked with xxd, there's nothing but a bunch of zeros between those sections. --

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13117 --- Comment #4 from dbr --- Ok here's more info then: % uname -a Linux laptop 3.11.0-20-generic #35-Ubuntu SMP Fri May 2 21:32:49 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux % file hello hello: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynam

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13117 --- Comment #3 from Walter Bright --- I just tried this, and am seeing 394,000 size executables. I cannot reproduce your results. --

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13117 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2 from

[Issue 13117] Executable size of hello world explodes from 472K to 2.7M

2014-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13117 --- Comment #1 from Kenji Hara --- Issue does not occur in Windows platform. -m32 With git head: 145,436 bytes With 2.065:138,268 bytes -m64 With git head: 259,584 bytes With 2.065:257,536 bytes --