[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 6 05:08:37 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=20562

Mathias LANG <pro.mathias.lang at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang at gmail.com

--- Comment #11 from Mathias LANG <pro.mathias.lang at gmail.com> ---
I'm tempted to close this, as `OutOfMemoryError` cannot be reliably bisected
and there's no "action point" here.

Don't get me wrong, the compiler IS using too much memory, and it IS absolutely
a problem (I run into it every week at least).

But it's a structural problem that needs to be addressed, and for the time
being the best way to deal with it is to throw `-lowmem` in your dmd.conf.

How does that sound ?

--


More information about the Digitalmars-d-bugs mailing list