[Issue 8487] Semantic analysis of templates is insanely slow
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Aug 1 02:08:55 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8487
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #7 from Walter Bright <bugzilla at digitalmars.com> 2012-08-01 02:08:47 PDT ---
My initial impression is that the slowdown is caused by looking for a match
with a previous instantiation by using a linear search.
This can be fixed by using a hash table instead.
--
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