[Issue 14571] [REG2.064] Large static arrays seem to lock up DMD

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri May 22 03:49:26 PDT 2015


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

--- Comment #13 from Walter Bright <bugzilla at digitalmars.com> ---
Oh, and lest I forget, using large thread local static arrays is surely going
to be a mistake, as it'll consume memory for every thread, and will make thread
creation quite expensive.

--


More information about the Digitalmars-d-bugs mailing list