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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Apr 27 06:51:10 PDT 2014


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

--- Comment #3 from bearophile_hugs at eml.cc ---
Another comment by Timon Gehr:

> The front end already distinguishes dynamic and static array literals 
> (in a limited form), this distinction should simply carry through to 
> code generation and static array literals should be allowed in @nogc code.

--


More information about the Digitalmars-d-bugs mailing list