[Issue 12642] Avoid some heap allocation cases for fixed-size arrays

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Apr 25 04:10:40 PDT 2014


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

--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
If you remove @nogc annotation, all array literals will be allocated on stack.
So this is pure front-end issue, and may be fixed easily.

--


More information about the Digitalmars-d-bugs mailing list