mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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>
This commit is contained in:
parent
89a6540d8a
commit
84d7a85089
8 changed files with 88 additions and 413 deletions
|
|
@ -460,7 +460,6 @@ type FuncInfo struct {
|
|||
|
||||
GCArgs *LSym
|
||||
GCLocals *LSym
|
||||
GCRegs *LSym // Only if !go115ReduceLiveness
|
||||
StackObjects *LSym
|
||||
OpenCodedDeferInfo *LSym
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue