1
0
mirror of https://github.com/golang/go synced 2024-11-23 04:50:06 -07:00

doc/go1.4.html: leave stack size at 2 kB

LGTM=r
R=khr, r
CC=golang-codereviews
https://golang.org/cl/165590043
This commit is contained in:
Russ Cox 2014-11-06 15:19:16 -05:00
parent 6bc812e9ec
commit 08b2cb4afe

View 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>