]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix escape analysis of method values
authorRuss Cox <rsc@golang.org>
Thu, 21 Mar 2013 03:53:27 +0000 (23:53 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 21 Mar 2013 03:53:27 +0000 (23:53 -0400)
commit38e9b0773d486beb1d91ce018586a888bbb20e45
treefb919a5665804832b63f22d7dbc557416daf8070
parent0ad265d48fbdef6b8ce21cd6e067d43c19b4d2a4
cmd/gc: fix escape analysis of method values

R=ken2
CC=golang-dev
https://golang.org/cl/7518050
src/cmd/gc/closure.c
src/cmd/gc/esc.c
src/cmd/gc/fmt.c
test/escape2.go
test/fixedbugs/bug474.go [new file with mode: 0644]