Commit 08b2cb4a authored by Russ Cox's avatar Russ Cox

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

LGTM=r
R=khr, r
CC=golang-codereviews
https://golang.org/cl/165590043
parent 6bc812e9
...@@ -199,7 +199,6 @@ Details are available in <a href="https://golang.org/s/contigstacks">the design ...@@ -199,7 +199,6 @@ Details are available in <a href="https://golang.org/s/contigstacks">the design
<p> <p>
The use of contiguous stacks means that stacks can start smaller without triggering performance issues, 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. 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>
<p> <p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment