[phobos] [D-Programming-Language/phobos] 31afed: fix Issue 11009 - Regression (2.064 git-head): DMD...
GitHub
noreply at github.com
Thu Sep 12 06:55:33 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 31afedbc5c21ed4eef864568c2e1c92a72a0c504
https://github.com/D-Programming-Language/phobos/commit/31afedbc5c21ed4eef864568c2e1c92a72a0c504
Author: monarchdodra <monarchdodra at gmail.com>
Date: 2013-09-12 (Thu, 12 Sep 2013)
Changed paths:
M std/conv.d
Log Message:
-----------
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.
Commit: cf882249701cf879f60ae4a5742c4d59937f932f
https://github.com/D-Programming-Language/phobos/commit/cf882249701cf879f60ae4a5742c4d59937f932f
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-09-12 (Thu, 12 Sep 2013)
Changed paths:
M std/conv.d
Log Message:
-----------
Merge pull request #1565 from monarchdodra/fix11009
fix Issue 11009 - Regression (2.064 git-head): DMD consumes huge memory ...
Compare: https://github.com/D-Programming-Language/phobos/compare/f85fac2a1129...cf882249701c
More information about the phobos
mailing list