]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove types.Sym.lsym
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 23 Apr 2017 00:35:28 +0000 (17:35 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sun, 23 Apr 2017 12:11:42 +0000 (12:11 +0000)
commitd40bb738ff59bada723fe5f834d41531391b532a
tree677e336d39393d0d693c739c9a850524a2cc3689
parent90bd5eccb9ed0964ee9739b6da077a8b1470198b
cmd/compile: remove types.Sym.lsym

It was just a cache, and the CL series yesterday
removed 40% of the calls to types.Linksym in make.bash.

Testing atop CL 40693 (backend concurrency)
indicates that removing it is actually a very minor
performance improvement.

Passes toolstash-check.

Change-Id: I97c2973036964acdd11b3cb842bc31f33ae60389
Reviewed-on: https://go-review.googlesource.com/41492
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/types/sizeof_test.go
src/cmd/compile/internal/types/sym.go