Re: Go patch committed: add escape analysis debugging

2016-08-04 Thread Ian Lance Taylor
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

Re: Go patch committed: add escape analysis debugging

2016-08-04 Thread Rainer Orth
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

Go patch committed: add escape analysis debugging

2016-08-02 Thread Ian Lance Taylor
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 on