]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.4.html: leave stack size at 2 kB
authorRuss Cox <rsc@golang.org>
Thu, 6 Nov 2014 20:19:16 +0000 (15:19 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 6 Nov 2014 20:19:16 +0000 (15:19 -0500)
LGTM=r
R=khr, r
CC=golang-codereviews
https://golang.org/cl/165590043

doc/go1.4.html

index b375612d0c82a7412fd5db4421c8f72ce0bc04c4..ac63ade60adc2f9834e973a91cde4eb42c110cc7 100644 (file)
@@ -199,7 +199,6 @@ Details are available in <a href="https://golang.org/s/contigstacks">the design
 <p>
 The use of contiguous stacks means that stacks can start smaller without triggering performance issues,
 so the default starting size for a goroutine's stack in 1.4 has been reduced to 2048 bytes from 8192 bytes.
-TODO: It may be bumped to 4096 for the release.
 </p>
 
 <p>