[Issue 7790] [CTFE] assignment to AA apply ref argument

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 18 11:23:00 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=7790



--- Comment #3 from github-bugzilla at puremagic.com 2013-04-18 11:22:58 PDT ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c42dcec4f053ffa65feb278d09efb701fabc6fa0
Fix issue 7790 [CTFE] assignment to AA apply ref argument

1. IndexExp: Stop copying the AA whenever it is indexed (This was horrific for
performance, as well as being wrong).
2. aaApply: If the value is 'ref', create a reference to the value.

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


More information about the Digitalmars-d-bugs mailing list