]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: track funcsyms by ir.Name instead of types.Sym
authorAustin Clements <austin@google.com>
Wed, 24 Mar 2021 18:28:18 +0000 (14:28 -0400)
committerAustin Clements <austin@google.com>
Mon, 29 Mar 2021 18:46:27 +0000 (18:46 +0000)
commit33b4ffc3573eb81854591d39f1029dabacbdec72
tree77ddcca0b418e4ec2450d59c2a16b81c46749969
parent2ba296da47fe4b3c70be0aea291e307cdb2c7dbe
cmd/compile: track funcsyms by ir.Name instead of types.Sym

This is a cleanup to bring funcsym tracking a little closer to the
ir.Func. (I thought I needed this for a later change. That turned out
not to be the case, but it's a nice cleanup.)

Change-Id: I53e692f5d7ba4be56d42d8e0aefc06284cea0661
Reviewed-on: https://go-review.googlesource.com/c/go/+/305270
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ssagen/abi.go
src/cmd/compile/internal/staticdata/data.go