[Issue 10866] Regression (2.064 git-head) Massive compiler slowdown

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 13 12:00:16 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10866



--- Comment #23 from Martin Nowak <code at dawg.eu> 2013-10-13 12:00:11 PDT ---
(In reply to comment #22)
> This gets it down to ~90 ms.
> https://github.com/D-Programming-Language/phobos/pull/1632

Merged, but the table usage is still flawed.
You put one instance of simpleCaseTable into every template instantiation of
std.uni.sicmp (same for fullCaseTable and fullCasedCmp).
So you have redundancy in the object files and compile overhead when
instantiating sicmp/icmp.

https://github.com/D-Programming-Language/phobos/pull/1636

-- 
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