aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-11-06 15:19:16 -0500
committerRuss Cox <rsc@golang.org>2014-11-06 15:19:16 -0500
commit08b2cb4afe3eebd384c543986ca8ee9d4ce04ede (patch)
tree232304136ff03137a2d8a07b00ea186d6922af67
parent6bc812e9ecbe66a1fbb096e0f87d7f1b8f9fff04 (diff)
downloadgo-08b2cb4afe3eebd384c543986ca8ee9d4ce04ede.tar.gz
go-08b2cb4afe3eebd384c543986ca8ee9d4ce04ede.zip
doc/go1.4.html: leave stack size at 2 kB
LGTM=r R=khr, r CC=golang-codereviews https://golang.org/cl/165590043
-rw-r--r--doc/go1.4.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/go1.4.html b/doc/go1.4.html
index b375612d0c..ac63ade60a 100644
--- a/doc/go1.4.html
+++ b/doc/go1.4.html
@@ -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>