[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 15:13:29 PDT 2013


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


hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx


--- Comment #1 from hsteoh at quickfur.ath.cx 2013-08-27 15:13:28 PDT ---
Did you figure out what was causing the OOM? I'll bet it's either std.datetime
or std.algorithm (likely the latter if you're not running unittests --
std.datetime is very unittest-heavy, but it's std.algorithm that has
exponential template expansion in some places *cough* namely cartesianProduct,
written by yours truly).

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