]> Cypherpunks repositories - gostls13.git/commit
runtime: don't allocate a new string in printf
authorKeith Randall <khr@golang.org>
Fri, 29 Aug 2014 06:26:50 +0000 (23:26 -0700)
committerKeith Randall <khr@golang.org>
Fri, 29 Aug 2014 06:26:50 +0000 (23:26 -0700)
commitef64d9ffcc237fde9bcaed1fd00c5036c4f489de
tree0f84c6b2d6d9ac23545f4d8bc2c086bc82a7a87d
parent6a76bca33ffc83254edb9878679f11f4ba8e1b37
runtime: don't allocate a new string in printf

LGTM=dave
R=rsc, dave
CC=golang-codereviews
https://golang.org/cl/139890043
src/pkg/runtime/print1.go
src/pkg/runtime/string.c
src/pkg/runtime/stubs.go