]> Cypherpunks repositories - gostls13.git/commit
runtime: avoid allocation for "" + x + ""
authorRuss Cox <rsc@golang.org>
Wed, 27 Jun 2012 21:06:49 +0000 (17:06 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 27 Jun 2012 21:06:49 +0000 (17:06 -0400)
commit8744d35dd3429b175559ca89799858b1fd497bcb
treee02eae11a70684fb5b47f58af9dd678e60a488e8
parentf009fefd7977354b4800dc7a242d5c04f50c9778
runtime: avoid allocation for "" + x + ""

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6359043
src/pkg/runtime/string.goc