[go-nuts] Re: meaning of SSA operation

2021-03-24 Thread Ge
Thank you, looking forward to new Go version with regabi. 在2021年3月25日星期四 UTC+8 上午12:04:39 写道: > Also, be aware that work that we really hope lands in 1.17 will tinker > with all the call operations. > > The goal is to switch to an ABI that passes parameters to/from calls in > registers, and the

[go-nuts] Re: meaning of SSA operation

2021-03-24 Thread 'drc...@google.com' via golang-nuts
Also, be aware that work that we really hope lands in 1.17 will tinker with all the call operations. The goal is to switch to an ABI that passes parameters to/from calls in registers, and the way that ends up expressed in SSA is that first (and we do this part in 1.16) the parameters to the ca

[go-nuts] Re: meaning of SSA operation

2021-03-24 Thread Ge
Thank you Keith for clarification. It's really of great help. Ge 在2021年3月24日星期三 UTC+8 上午7:45:13 写道: > On Tuesday, March 23, 2021 at 9:11:13 AM UTC-7 Ge wrote: > >> >> Hi, >> Recently I encountered a problem which seems to be related to SSA >> optimization >> and feels hard to figure out what s

[go-nuts] Re: meaning of SSA operation

2021-03-23 Thread 'Keith Randall' via golang-nuts
On Tuesday, March 23, 2021 at 9:11:13 AM UTC-7 Ge wrote: > > Hi, > Recently I encountered a problem which seems to be related to SSA > optimization > and feels hard to figure out what some SSA operation means. > > Code: > case1: > func main() { > var x int > go func() { > for {