https://d.puremagic.com/issues/show_bug.cgi?id=8903



--- Comment #7 from Kenji Hara <k.hara...@gmail.com> 2013-12-11 18:31:13 PST ---
The bug fix will also improve generated code in following case:

void foo(int[3] sa) {}
void main() { foo([1,2,3]); }   // array literal is typed as static array, so
                                // it won't be allocated on heap.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to