]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: make LR allocatable in non-leaf functions on MIPS64
authorCherry Zhang <cherryyz@google.com>
Wed, 26 Oct 2016 19:58:51 +0000 (15:58 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 27 Oct 2016 15:35:20 +0000 (15:35 +0000)
commit4f6d479186f8a0303159f04c3673f6ea80b45a03
tree579ecd246e4a640342414d528e1efa195733ce1d
parent5c59cb4aa308828884079b13f100b539448a0861
cmd/compile: make LR allocatable in non-leaf functions on MIPS64

The mechanism is initially introduced (and reviewed) in CL 30597
on S390X.

Change-Id: I83024d2fc84c8efc23fbda52b3ad83073f42cb93
Reviewed-on: https://go-review.googlesource.com/32179
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/gen/MIPS64Ops.go
src/cmd/compile/internal/ssa/opGen.go