[Issue 11237] zero initializer emitted to read-only data segment, slow compilation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Nov 1 23:52:43 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11237
--- Comment #8 from github-bugzilla at puremagic.com 2013-11-01 23:52:36 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/a7985b238c08da200f1c68c50a52ee6f7aa7c941
fix ElfObj::common_block size
- fix Issue 11237
- Need to explicitly pass the size of the defined common
symbol as it can't be computed from the symbol type.
https://github.com/D-Programming-Language/dmd/commit/ac537e9b7eb7f2910bbbbb6022a26e3eb08e348e
struct initializer are not weak symbols
- fix Issue 11237
- The function outdata will take care of the
BSS optimization for DTallzeros.
https://github.com/D-Programming-Language/dmd/commit/77632a636ae16605bb45c9f6f0ce0932adbfcf82
add test case for Issue 11237
- fix OS name of linux in Makefile
https://github.com/D-Programming-Language/dmd/commit/37e15abcd77a67423f166d9de6895b63e22c4676
Merge pull request #2701 from dawgfoto/fix11237
fix Issue 11237
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list