]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: delete register maps, completely
authorCherry Zhang <cherryyz@google.com>
Thu, 22 Oct 2020 00:15:48 +0000 (20:15 -0400)
committerCherry Zhang <cherryyz@google.com>
Fri, 30 Oct 2020 20:55:43 +0000 (20:55 +0000)
commit84d7a85089009332756c18e876ec91f96b362ebf
treee38deee2d557565af0005b9481734a24a79db272
parent89a6540d8a93b95620080a8145c9882b063e3e46
cmd/compile: delete register maps, completely

Remove go115ReduceLiveness feature gating flag, along with code
that only needed when go115ReduceLiveness is false.

Change-Id: I7571913cc74cbd17b330a0ee0160fefc9eeee66e
Reviewed-on: https://go-review.googlesource.com/c/go/+/264338
Trust: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/compile/fmtmap_test.go
src/cmd/compile/internal/gc/gsubr.go
src/cmd/compile/internal/gc/obj.go
src/cmd/compile/internal/gc/plive.go
src/cmd/compile/internal/gc/ssa.go
src/cmd/internal/obj/link.go
src/cmd/internal/obj/plist.go
src/cmd/internal/objabi/funcdata.go