]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix special-casing of the printed names of map internal structures.
authorKeith Randall <khr@golang.org>
Tue, 3 Dec 2013 22:27:08 +0000 (14:27 -0800)
committerKeith Randall <khr@golang.org>
Tue, 3 Dec 2013 22:27:08 +0000 (14:27 -0800)
commitf238049a0073538caecfad1c60238a271426f43c
treef1b93536f604312e621d513ca894c19ad38c2fb9
parent0368a7ceb6e741a641a07e3ae381bdc9fc160a15
cmd/gc: fix special-casing of the printed names of map internal structures.
Shaves 1% off of binary size.

update #6853

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/35940047
src/cmd/gc/fmt.c
src/cmd/gc/go.h
src/cmd/gc/reflect.c