[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Aug 27 17:38:10 PDT 2013


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



--- Comment #6 from hsteoh at quickfur.ath.cx 2013-08-27 17:38:09 PDT ---
Another thing to try, based on a wild gueses, is to edit std/algorithm.d and
add version(none) to cartesianProduct's unittests. One of them, I believe, has
a triple cartesian product, which in the current implementation causes an
explosion in the number of templates that must be instantiated.

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