]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.3.html: switch default stack size back to 8kB
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 20 May 2014 05:48:23 +0000 (14:48 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 20 May 2014 05:48:23 +0000 (14:48 +0900)
Update #8030

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/94680043

doc/go1.3.html

index 900f6c77fc9a1bd35ab38126e2f2f93195366313..db7425ccdbf6f1d7647eb191af666c60b0ef3bab 100644 (file)
@@ -285,10 +285,6 @@ Significant instances include:
 
 <ul> 
 
-<li>
-As mentioned above, the default stack size has been reduced from 8 kilobytes to 4 kilobytes.
-</li>
-
 <li>
 The runtime handles defers more efficiently, reducing the memory footprint by about two kilobytes
 per goroutine that calls defer.