]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile, etc: use nameOff for rtype string
authorDavid Crawshaw <crawshaw@golang.org>
Thu, 7 Apr 2016 20:29:16 +0000 (16:29 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 22 Apr 2016 10:08:05 +0000 (10:08 +0000)
commit1492e7db059ea7903110b0725d5ced3134558e73
tree55b92fbd4305828b28b431a2d05f0291ca932af1
parentbb52ceafea60dc4688b6c6b71f241752ce597db8
cmd/compile, etc: use nameOff for rtype string

linux/amd64:
cmd/go:   -8KB (basically nothing)

linux/amd64 PIE:
cmd/go: -191KB (1.6%)
jujud:  -1.5MB (1.9%)

Updates #6853
Fixes #15064

Change-Id: I0adbb95685e28be92e8548741df0e11daa0a9b5f
Reviewed-on: https://go-review.googlesource.com/21777
Reviewed-by: Ian Lance Taylor <iant@golang.org>
14 files changed:
src/cmd/compile/internal/gc/reflect.go
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/decodesym.go
src/reflect/all_test.go
src/reflect/export_test.go
src/reflect/type.go
src/runtime/alg.go
src/runtime/error.go
src/runtime/heapdump.go
src/runtime/iface.go
src/runtime/mbitmap.go
src/runtime/mfinal.go
src/runtime/mprof.go
src/runtime/type.go