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.go | ||
| external_plan9.go | ||
| external_unix.go | ||
| external_windows.go | ||
| interp.go | ||
| interp_test.go | ||
| map.go | ||
| ops.go | ||
| reflect.go | ||
| value.go | ||