]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove NUL-terminator from string data
authorDavid Crawshaw <crawshaw@golang.org>
Thu, 18 Feb 2016 16:08:25 +0000 (11:08 -0500)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 4 Mar 2016 15:16:31 +0000 (15:16 +0000)
commit08c2cd84699e0aa0e9dbcfbd5f4ca89df40484f5
treeea5933fae4a391b8e8891d073def4c7de6312db0
parent62e26e75117c55dfd67226460669010959b4b23d
cmd/compile: remove NUL-terminator from string data

Makes godoc 37KB smaller.
For #6853.

Change-Id: I0bd6e40f2b4da193768a9fc2ce494cacf7e83c32
Reviewed-on: https://go-review.googlesource.com/19697
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/obj.go
src/cmd/link/internal/ld/decodesym.go