]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/sym: add sizeof tests
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 9 Jul 2018 19:53:25 +0000 (12:53 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 9 Jul 2018 19:59:32 +0000 (19:59 +0000)
commita67c481f765c08b8a2e0432e3c94cd282ee4a6d6
tree7db046162a09240b278961080626da816ff9f745
parent3d5703babe9c5344252db3fb8e96f20cd036535a
cmd/link/internal/sym: add sizeof tests

CL 121916 showed that sym.Symbol matters for linker performance.
Prevent accidental regression.

Change-Id: I5fd998c91fdeef9e721bc3f6e30f775b81103e95
Reviewed-on: https://go-review.googlesource.com/122716
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/link/internal/sym/sizeof_test.go [new file with mode: 0644]