http://d.puremagic.com/issues/show_bug.cgi?id=10906
--- Comment #13 from Nick Sabalausky <[email protected]> 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: -------
