On 4/19/2014 3:10 AM, Jacob Carlborg wrote:
On 2014-04-18 22:25, Walter Bright wrote:dmd could do a better job of escape analysis, and do this automatically.That would be really nice. Is this long hanging fruit or does it require a lot of work?
It requires a decent working knowledge of data flow analysis techniques, and some concentrated effort.