You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 12: LEAQ 0(CX)(CX*1), DX
line 12: LEAQ 0x2(DX), DX
I'm not sure whether merging these two instructions would make a large difference, I just expect the optimizer to know the instruction set well enough to make this optimization.
The text was updated successfully, but these errors were encountered:
What version of Go are you using?
go version go1.13.1 windows/amd64
What did you do?
https://play.golang.org/p/Wvp_nntNomk
What did you expect to see?
What did you see instead?
I'm not sure whether merging these two instructions would make a large difference, I just expect the optimizer to know the instruction set well enough to make this optimization.
The text was updated successfully, but these errors were encountered: