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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 6 06:28:52 PST 2012


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



--- Comment #2 from github-bugzilla at puremagic.com 2012-12-06 06:28:50 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/93a019d5b10dc0fdc207912d8311a7498bad0e6b
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