]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.3] cmd/gc: fix liveness for address-taken variables in inlined...
authorDavid Symonds <dsymonds@golang.org>
Tue, 3 Jun 2014 01:30:20 +0000 (11:30 +1000)
committerDavid Symonds <dsymonds@golang.org>
Tue, 3 Jun 2014 01:30:20 +0000 (11:30 +1000)
commita1fa208f79262daaae6565cd56ac9afd68893d10
tree366d262692181402faecb38536de09cd0c5d9c82
parentf096cad531a2acbb5933553057807ecb0958bf38
[release-branch.go1.3] cmd/gc: fix liveness for address-taken variables in inlined functions

««« CL 96670046 / 1bec455e95f1
cmd/gc: fix liveness for address-taken variables in inlined functions

The 'address taken' bit in a function variable was not
propagating into the inlined copies, causing incorrect
liveness information.

LGTM=dsymonds, bradfitz
R=golang-codereviews, bradfitz
CC=dsymonds, golang-codereviews, iant, khr, r
https://golang.org/cl/96670046
»»»

TBR=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/103810046
src/cmd/gc/inl.c
test/live.go
test/live2.go [new file with mode: 0644]