mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/internal/obj: Delete Link.Symmorestack
This started out as trying to remove Bool2int calls, which it does a bit, but mostly it ended up being removing the Link.Symmorestack array which seemed a pointless bit of caching. Change-Id: I91a51eb08cb4b08f3f9f093b575306499267b67a Reviewed-on: https://go-review.googlesource.com/9239 Reviewed-by: Minux Ma <minux@golang.org> Run-TryBot: Minux Ma <minux@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
da11a9dda3
commit
4b23b50fb4
5 changed files with 20 additions and 32 deletions
|
|
@ -472,7 +472,6 @@ type Link struct {
|
|||
Sym_divu *LSym
|
||||
Sym_mod *LSym
|
||||
Sym_modu *LSym
|
||||
Symmorestack [2]*LSym
|
||||
Tlsg *LSym
|
||||
Plan9privates *LSym
|
||||
Curp *Prog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue