]> Cypherpunks repositories - gostls13.git/commit
cmd/5g, cmd/8g: zero ambiguously live values on entry
authorRuss Cox <rsc@golang.org>
Wed, 19 Feb 2014 22:08:55 +0000 (17:08 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 19 Feb 2014 22:08:55 +0000 (17:08 -0500)
commit1ca1cbea6589802bc0a0fa6b5475de03b913e8f3
tree61f6ab72b80737587c79a707999243ea310e83fa
parent0649a736067ddc865ac7baa011afd5c3babf813d
cmd/5g, cmd/8g: zero ambiguously live values on entry

The code here is being restored after its deletion in CL 14430048.

I restored the copy in cmd/6g in CL 56430043 but neglected the
other two.

This is the reason that enabling precisestack only worked on amd64.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/66170043
src/cmd/5g/ggen.c
src/cmd/8g/ggen.c