]> Cypherpunks repositories - gostls13.git/commit
save a few ns by inlining (which mostly simplifies things anyway).
authorRob Pike <r@golang.org>
Sun, 6 Dec 2009 23:01:07 +0000 (15:01 -0800)
committerRob Pike <r@golang.org>
Sun, 6 Dec 2009 23:01:07 +0000 (15:01 -0800)
commitf91cd44736d18b9191097121020727719c219479
treea37bc32accbe6edf4dd16b96b30ffad60ca8625b
parent353ef80f659a09bc38d616763867ca3bfc4ae07d
save a few ns by inlining (which mostly simplifies things anyway).
a couple of cleanups.
don't keep big buffers in the free list.

R=rsc
CC=golang-dev
https://golang.org/cl/166078
src/pkg/fmt/format.go
src/pkg/fmt/print.go