]> Cypherpunks repositories - gostls13.git/commit
cmd/compile, etc: use nameOff in uncommonType
authorDavid Crawshaw <crawshaw@golang.org>
Fri, 8 Apr 2016 01:37:45 +0000 (21:37 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 22 Apr 2016 13:51:29 +0000 (13:51 +0000)
commitc165988360457553ccbfa4a09919de3262a4438a
treed1b93530f564b951d14725dea29f0e37ec803f6e
parent1492e7db059ea7903110b0725d5ced3134558e73
cmd/compile, etc: use nameOff in uncommonType

linux/amd64 PIE:
cmd/go:  -62KB (0.5%)
jujud:  -550KB (0.7%)

For #6853.

Change-Id: Ieb67982abce5832e24b997506f0ae7108f747108
Reviewed-on: https://go-review.googlesource.com/22371
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/reflect.go
src/cmd/link/internal/ld/decodesym.go
src/cmd/link/internal/ld/symtab.go
src/reflect/type.go
src/runtime/heapdump.go
src/runtime/iface.go
src/runtime/type.go