mirror of
https://github.com/golang/go
synced 2024-11-19 03:14:42 -07:00
19dd02b670
The previous code introduced spurious loop-carried dependencies for variables local to a loop body (for example). The SSA renaming pass now treats an Alloc instruction like a Store of the zero value. Also: - added regression test - improved log messages - made the Store/Load/Alloc cases look more similar. R=gri, gri CC=golang-dev https://golang.org/cl/26750043 |
||
---|---|---|
.. | ||
testdata | ||
external_plan9.go | ||
external_unix.go | ||
external_windows.go | ||
external.go | ||
interp_test.go | ||
interp.go | ||
map.go | ||
ops.go | ||
reflect.go | ||
value.go |