February 22, 2013 Re: My codebase have reached the critical size | ||||
---|---|---|---|---|
| ||||
Posted in reply to deadalnix | On Sunday, 17 February 2013 at 12:20:15 UTC, deadalnix wrote: > On Sunday, 17 February 2013 at 05:25:28 UTC, kenji hara wrote: >> 2013/2/17 deadalnix <deadalnix@gmail.com> >> >>> On Saturday, 16 February 2013 at 09:54:10 UTC, Walter Bright wrote: >>> >>>> On 2/16/2013 1:37 AM, deadalnix wrote: >>>> >>>>> I cannot use separate compilation to mitigate the problem as some symbol >>>>> are not >>>>> emitted properly (so I get linker errors). >>>>> >>>> >>>> Are there bugzilla entries for these? >>>> >>> >>> So reduced thing with dmd from git, and this still boils down to that : >>> http://d.puremagic.com/issues/**show_bug.cgi?id=8997<http://d.puremagic.com/issues/show_bug.cgi?id=8997> >>> >> >> Just now, I posted another fix for bug 8997. >> https://github.com/D-Programming-Language/dmd/pull/1667 >> > > OK, tested and it does work ! otsukare sama ! > > But . . . This issue was hidding another one. I still have linking issue. I'm dustmiting it right now, but this will take a while ! http://d.puremagic.com/issues/show_bug.cgi?id=9571 |
February 23, 2013 Re: My codebase have reached the critical size | ||||
---|---|---|---|---|
| ||||
Posted in reply to deadalnix Attachments:
| I have the same issue with my Boost.units port: https://github.com/Arlen/phobos/blob/std_units/std/units.d DMD runs out of memory and that's why I've had to comment out most of the definitions. I haven't tried separate compilation, yet. Arlen On Sat, Feb 16, 2013 at 3:37 AM, deadalnix <deadalnix@gmail.com> wrote: > And that critical size isn't very large. > > I cannot compile anymore : > Unable to fork: Cannot allocate memory > > I cannot use separate compilation to mitigate the problem as some symbol are not emitted properly (so I get linker errors). > > Hopefully, dmd is fast because it doesn't use any GC. > |
Copyright © 1999-2021 by the D Language Foundation