[Issue 4900] compiler still slow due to a single function

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4900

Mathias LANG  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||pro.mathias.l...@gmail.com
 Resolution|--- |FIXED

--- Comment #5 from Mathias LANG  ---
`searchfixlist` is now a stub:
https://github.com/dlang/dmd/blob/4fe0539aa604716d6dc469790eba096348069918/src/dmd/backend/code.d#L551
Doesn't mean that the compiler is fast, but at least this one can be closed :)

--


[Issue 4900] compiler still slow due to a single function

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4900


Trass3r mrmoc...@gmx.de changed:

   What|Removed |Added

 CC||mrmoc...@gmx.de


--- Comment #3 from Trass3r mrmoc...@gmx.de 2012-05-11 21:50:48 CEST ---
Is this still the case? There was this commit:
https://github.com/D-Programming-Language/dmd/commit/b329817

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4900] compiler still slow due to a single function

2010-11-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4900


bearophile_h...@eml.cc changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc


--- Comment #2 from bearophile_h...@eml.cc 2010-11-25 20:19:58 PST ---
See also bug 5276 for another possible (smaller) benchmark.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4900] compiler still slow due to a single function

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4900


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com


--- Comment #1 from Walter Bright bugzi...@digitalmars.com 2010-11-23 
12:57:31 PST ---
Yes, the linked list should be replaced with a hashtable.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---