summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b375612d0..ac63ade60 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>