go/src/cmd
shaharko 80a034642e cmd/compile, cmd/link: stop generating unused go.string.hdr symbols.
name       old s/op    new s/op    delta
LinkCmdGo   0.29 ± 5%   0.29 ± 8%  -2.60%   (p=0.000 n=97+98)

name       old MaxRSS  new MaxRSS  delta
LinkCmdGo   106k ± 4%   105k ± 3%  -1.00%  (p=0.000 n=100+99)

Change-Id: I75a1c3b24ea711a15a5d2eae026b70b97ee7bad4
Reviewed-on: https://go-review.googlesource.com/31030
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
2016-10-25 05:17:05 +00:00
..
addr2line all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
api all: rename vendored golang.org/x/net packages to golang_org 2016-07-13 18:35:40 +00:00
asm cmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS encoding 2016-10-21 02:14:57 +00:00
cgo cmd/cgo: throw if C.malloc returns nil 2016-10-25 02:38:49 +00:00
compile cmd/compile, cmd/link: stop generating unused go.string.hdr symbols. 2016-10-25 05:17:05 +00:00
cover cmd/cover: handle gotos 2016-10-14 23:38:29 +00:00
dist cmd/dist, go/build: make CGO_ENABLED during make.bash sticky 2016-10-17 18:53:22 +00:00
doc cmd/doc: continue searching after error reading directory 2016-10-24 15:25:33 +00:00
fix cmd/fix: add golang.org/x/net/context fix 2016-09-15 19:24:04 +00:00
go go/build: do not record go:binary-only-package if build tags not satisfied 2016-10-24 15:34:34 +00:00
gofmt cmd/gofmt: simplify map key literals 2016-10-12 03:55:43 +00:00
internal cmd/compile, cmd/link: stop generating unused go.string.hdr symbols. 2016-10-25 05:17:05 +00:00
link cmd/compile, cmd/link: stop generating unused go.string.hdr symbols. 2016-10-25 05:17:05 +00:00
nm all: use sort.Slice where applicable 2016-10-04 05:10:56 +00:00
objdump cmd/objdump: enable tests on ppc64/ppc64le 2016-10-13 00:11:37 +00:00
pack all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
pprof cmd/objdump: implement objdump of .o files 2016-08-24 17:36:59 +00:00
trace cmd/trace: add option to output pprof files 2016-10-12 01:36:22 +00:00
vendor cmd: add golang.org/x/arch/ppc64/ppc64asm for disassembly 2016-10-13 00:11:05 +00:00
vet cmd/vet: cgo: emit no error for calls to C.CBytes 2016-10-24 19:05:50 +00:00