From 08b2cb4afe3eebd384c543986ca8ee9d4ce04ede Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 6 Nov 2014 15:19:16 -0500 Subject: [PATCH] doc/go1.4.html: leave stack size at 2 kB LGTM=r R=khr, r CC=golang-codereviews https://golang.org/cl/165590043 --- doc/go1.4.html | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/go1.4.html b/doc/go1.4.html index b375612d0c8..ac63ade60ad 100644 --- a/doc/go1.4.html +++ b/doc/go1.4.html @@ -199,7 +199,6 @@ Details are available in the design

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.