]> Cypherpunks repositories - gostls13.git/commit
cmd/link: hide funcsym symbols
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Fri, 26 Aug 2016 00:15:00 +0000 (12:15 +1200)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Fri, 26 Aug 2016 01:06:13 +0000 (01:06 +0000)
commit7c3fc4b8e48f061e242e8d04803c7bb249ba6995
tree80a8405b42ae9ee3366d9b55f290f5346a52d624
parente022dcd35f3047134c661ef27cafdf1d845df447
cmd/link: hide funcsym symbols

As far as I can tell, this check has been
non-functional since it was introduced.

This cuts 57k off cmd/go and 70k off cmd/compile.

Based on golang.org/cl/24710 by Josh Bleecher Snyder.

Change-Id: I1162a066971df1a067b50afa1cfa0819a6913574
Reviewed-on: https://go-review.googlesource.com/27830
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/symtab.go