http://d.puremagic.com/issues/show_bug.cgi?id=11009
--- Comment #7 from [email protected] 2013-09-12 06:55:37 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/31afedbc5c21ed4eef864568c2e1c92a72a0c504 fix Issue 11009 - Regression (2.064 git-head): DMD consumes huge memory when it compiles enum containing many items This is a fixup of pull #1540. Turns out NoDuplicates is scary inefficient for large input. This cleans up and simplifies the pull somewhat. https://github.com/D-Programming-Language/phobos/commit/cf882249701cf879f60ae4a5742c4d59937f932f Merge pull request #1565 from monarchdodra/fix11009 fix Issue 11009 - Regression (2.064 git-head): DMD consumes huge memory ... -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
