Thread overview | ||||||
---|---|---|---|---|---|---|
|
December 09, 2012 [phobos] [D-Programming-Language/phobos] 193241: fix running out of memory again | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 193241651ea81972b4131f5a2027687c9c3854cb https://github.com/D-Programming-Language/phobos/commit/193241651ea81972b4131f5a2027687c9c3854cb Author: Walter Bright <walter@walterbright.com> Date: 2012-12-09 (Sun, 09 Dec 2012) Changed paths: M win32.mak Log Message: ----------- fix running out of memory again Commit: e67980b5987c4eebdf2d44fb9981db7f2f6aaedd https://github.com/D-Programming-Language/phobos/commit/e67980b5987c4eebdf2d44fb9981db7f2f6aaedd Author: Walter Bright <walter@walterbright.com> Date: 2012-12-09 (Sun, 09 Dec 2012) Changed paths: M std/algorithm.d M std/array.d M std/container.d M std/conv.d M std/format.d M std/range.d M std/regex.d Log Message: ----------- Merge branch 'master' of github.com:D-Programming-Language/phobos Compare: https://github.com/D-Programming-Language/phobos/compare/dc39ebebdc2c...e67980b5987c |
December 09, 2012 Re: [phobos] [D-Programming-Language/phobos] 193241: fix running out of memory again | ||||
---|---|---|---|---|
| ||||
Posted in reply to GitHub | Please look at the proposed change to dmc's runtime that Rainer sent you ages ago. I re-forwarded it to you about two weeks ago. On 12/9/2012 8:12 PM, GitHub wrote: > Branch: refs/heads/master > Home: https://github.com/D-Programming-Language/phobos > Commit: 193241651ea81972b4131f5a2027687c9c3854cb > https://github.com/D-Programming-Language/phobos/commit/193241651ea81972b4131f5a2027687c9c3854cb > Author: Walter Bright <walter@walterbright.com> > Date: 2012-12-09 (Sun, 09 Dec 2012) > > Changed paths: > M win32.mak > > Log Message: > ----------- > fix running out of memory again > > > Commit: e67980b5987c4eebdf2d44fb9981db7f2f6aaedd > https://github.com/D-Programming-Language/phobos/commit/e67980b5987c4eebdf2d44fb9981db7f2f6aaedd > Author: Walter Bright <walter@walterbright.com> > Date: 2012-12-09 (Sun, 09 Dec 2012) > > Changed paths: > M std/algorithm.d > M std/array.d > M std/container.d > M std/conv.d > M std/format.d > M std/range.d > M std/regex.d > > Log Message: > ----------- > Merge branch 'master' of github.com:D-Programming-Language/phobos > > > Compare: https://github.com/D-Programming-Language/phobos/compare/dc39ebebdc2c...e67980b5987c > > > > _______________________________________________ > phobos mailing list > phobos@puremagic.com > http://lists.puremagic.com/mailman/listinfo/phobos > _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
December 09, 2012 Re: [phobos] [D-Programming-Language/phobos] 193241: fix running out of memory again | ||||
---|---|---|---|---|
| ||||
Posted in reply to GitHub | On Sunday, December 09, 2012 20:12:11 GitHub wrote: > fix running out of memory again I wonder what caused std.datetime to start running out of memory again. AFAIK, while its unit tests use a lot of memory, it hasn't been bad enough to run out of memory for a while. We really do need to get the memory situation in dmd fixed though so that CTFE and template-heavy modules can actually compile (and preferably compile reasonably efficiently). Stuff like std.regex and pegged, which are supposed to be major wins for us, end up running into serious issues with the current situation. But I guess that that requires Don finding time to implement the required CTFE changes and one of the compiler devs finding time to fix up dmd's GC. - Jonathan M Davis _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
December 10, 2012 Re: [phobos] [D-Programming-Language/phobos] 193241: fix running out of memory again | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | On 12/9/2012 8:24 PM, Brad Roberts wrote: > Please look at the proposed change to dmc's runtime that Rainer sent you ages ago. I re-forwarded it to you about two > weeks ago. > > I looked back a couple weeks and didn't see it. Please fwd to me again. _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
Copyright © 1999-2021 by the D Language Foundation