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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 28 13:09:48 PDT 2013


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



--- Comment #13 from Nick Sabalausky <cbkbbejeap at mailinator.com> 2013-08-28 13:09:44 PDT ---
(In reply to comment #11)
> (In reply to comment #9)
> > Actually, if it works with std.algo and atd.datetime done separately (even
> > without the large address aware flag), and if those are notorious for being
> > large, perhaps I should just toss together a pull request adjusting phobos's
> > makefiles to do those separately? Or are there known issues with that?
> 
> You should toss together a pull request that splits std.algorithm into
> std.algorithm.package, std.algorithm.search, std.algorithm.sort,
> std.algorithm.set, and std.algorithm.mutation.
> 

That wouldn't address this out-of-memory issue though, would it?

I started modifying the makefiles to break up the compilation into smaller
steps, but I don't know how to do it without breaking the output of
phobos.json. We don't have any way to build phobos.json progressively, do we?

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