]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ppc64: fix the epilogue for non-leaf generated methods
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Thu, 24 Sep 2015 23:26:40 +0000 (11:26 +1200)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 6 Oct 2015 03:34:13 +0000 (03:34 +0000)
commit710b9ad61709043d55d94a0ca28f14cb5739a171
treeb493b6668cacd89740cf107a62cdbb53d276fb34
parentbc953b2ca2b564fb5b0101e5f4cd63954d3f2c55
cmd/compile/internal/ppc64: fix the epilogue for non-leaf generated methods

This lets us re-enable duffzero.

Fixes #12108

Change-Id: Iefd24d26eaa56067caa2c29ff99cd20a42d8714a
Reviewed-on: https://go-review.googlesource.com/14937
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ppc64/ggen.go
src/cmd/internal/obj/ppc64/obj9.go
test/fixedbugs/issue12108.go [new file with mode: 0644]