]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: small cleanup of loader ocache
authorThan McIntosh <thanm@google.com>
Wed, 4 Mar 2020 16:32:46 +0000 (11:32 -0500)
committerThan McIntosh <thanm@google.com>
Thu, 5 Mar 2020 16:21:07 +0000 (16:21 +0000)
commit4a6c1caae2a4e5aa238bdb34a77882cc13b2fa3d
treef24548f56852c469392612804f663a04cf4cc6da
parentef44bd8413a9174f83af39538c62277ea195405a
[dev.link] cmd/link: small cleanup of loader ocache

Remove references to the loader.Loader's "ocache" field, which is no
longer being used the way it was. Add in a new field for object index
to the oReader type.

Change-Id: Icae6c54dbbdbbfa63ab9de3e4dc09e10abd57ee3
Reviewed-on: https://go-review.googlesource.com/c/go/+/222063
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/loader/loader.go