From: Rob Pike Date: Thu, 30 May 2013 16:41:20 +0000 (-0400) Subject: doc/go1.2.txt: AllocsPerRun now quantized X-Git-Tag: go1.2rc2~1373 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=85fc2f70acf1ad1f834e826a1bbde3e02fe2c9ee;p=gostls13.git doc/go1.2.txt: AllocsPerRun now quantized R=golang-dev, khr, rsc CC=golang-dev https://golang.org/cl/9728045 --- diff --git a/doc/go1.2.txt b/doc/go1.2.txt index fd09d6a467..dcb4783e35 100644 --- a/doc/go1.2.txt +++ b/doc/go1.2.txt @@ -12,3 +12,4 @@ cmd/5a: removed support for R9/R10 (use m/g instead) (CL 9840043). fmt: indexed access to arguments in Printf etc. (CL 9680043). io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044). +testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049).