]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.2.txt: AllocsPerRun now quantized
authorRob Pike <r@golang.org>
Thu, 30 May 2013 16:41:20 +0000 (12:41 -0400)
committerRob Pike <r@golang.org>
Thu, 30 May 2013 16:41:20 +0000 (12:41 -0400)
R=golang-dev, khr, rsc
CC=golang-dev
https://golang.org/cl/9728045

doc/go1.2.txt

index fd09d6a467bf0d7ef58aed761943322db3594a12..dcb4783e351d7f086bde41c200a317d65b2e0cc5 100644 (file)
@@ -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).