On Thu, Aug 4, 2016 at 6:47 AM, Rainer Orth
wrote:
>
>> This patch by Chris Manghane adds debugging to the escape analysis
>> code. This debugging is designed to generate the same sort of output
>> as the gc Go compiler, for easier comparison of results. Escape
>> analysis is still not enabled
Hi Ian,
> This patch by Chris Manghane adds debugging to the escape analysis
> code. This debugging is designed to generate the same sort of output
> as the gc Go compiler, for easier comparison of results. Escape
> analysis is still not enabled by default. Bootstrapped and ran Go
> testsuite o