[Issue 13232] dmd compile times increased by 10-20%

2014-08-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13232 --- Comment #9 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/e8298f5b40857d404beca94a00ed3bc7df1d7bfc Merge pull request

[Issue 13232] dmd compile times increased by 10-20%

2014-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13232 --- Comment #8 from David Nadlinger c...@klickverbot.at --- (In reply to Martin Nowak from comment #6) We should have an eye on this though, as it's one of D's major selling points, but we're not monitoring it (issue 12949 reports 64% slowdown).

[Issue 13232] dmd compile times increased by 10-20%

2014-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13232 --- Comment #7 from github-bugzi...@puremagic.com --- Commit pushed to 2.066 at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/e8298f5b40857d404beca94a00ed3bc7df1d7bfc Merge pull request

[Issue 13232] dmd compile times increased by 10-20%

2014-08-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13232 David Nadlinger c...@klickverbot.at changed: What|Removed |Added CC||c...@klickverbot.at

[Issue 13232] dmd compile times increased by 10-20%

2014-08-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13232 --- Comment #6 from Martin Nowak c...@dawg.eu --- I'll close this, as speeding up std.digest.sha would have a bad impact on the code quality. We should have an eye on this though, as it's one of D's major selling points, but we're not monitoring it

[Issue 13232] dmd compile times increased by 10-20%

2014-08-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13232 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13232] dmd compile times increased by 10-20%

2014-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13232 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 13232] dmd compile times increased by 10-20%

2014-08-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13232 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/401b104cf4dfa3920fe7a31585bce1fa04096c66 Issue 13232 - avoid

[Issue 13232] dmd compile times increased by 10-20%

2014-08-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13232 --- Comment #3 from Martin Nowak c...@dawg.eu --- I did rework std.digest.share, but it's a major code uglification. Instead we should improve the compiler, opened issue 13242. --