]> Cypherpunks repositories - gostls13.git/commit
cmd/link: improve comments for relocsym
authorThan McIntosh <thanm@google.com>
Fri, 6 Jul 2018 16:45:03 +0000 (12:45 -0400)
committerThan McIntosh <thanm@google.com>
Tue, 28 Aug 2018 16:55:11 +0000 (16:55 +0000)
commitc7271c0c258634982ac4e18cdac287fcc43f93e1
treec23018e29af87e4805bde36bb6046ae6554a0b9b
parent21e85c293d02f8cb243b387b37a3d9c1c16305f7
cmd/link: improve comments for relocsym

This patch contains the remnants of CL (122482), which was intended to
reduce memory allocation in 'relocsym'. Another CL (113637) went in
first that included pretty much all of the code changes in 122482,
however there are some changes to comments that are worth preserving.

Change-Id: Iacdbd2bfe3b7ca2656596570f06ce9a646211913
Reviewed-on: https://go-review.googlesource.com/122482
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/lib.go