[Issue 11345] Optimize array literal to static array assignment to not allocate on GC heap

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jun 11 18:37:09 PDT 2014


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

Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> ---
In 2.066 git-head, the allocation is properly removed.

Introduced by: https://github.com/D-Programming-Language/dmd/pull/3467

--


More information about the Digitalmars-d-bugs mailing list