aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikio Hara <mikioh.mikioh@gmail.com>2014-05-20 14:48:23 +0900
committerMikio Hara <mikioh.mikioh@gmail.com>2014-05-20 14:48:23 +0900
commit66f72f8a5048f017a6db4713edfc94e94c0a92e6 (patch)
tree59bae49b73ee8a1b877bc75440d66a94076f41ed
parent88d07b2cbcf0ad5e2e9936bcaec4fd25e38bec10 (diff)
downloadgo-66f72f8a5048f017a6db4713edfc94e94c0a92e6.tar.xz
doc/go1.3.html: switch default stack size back to 8kB
Update #8030 LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/94680043
-rw-r--r--doc/go1.3.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/go1.3.html b/doc/go1.3.html
index 900f6c77fc..db7425ccdb 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -286,10 +286,6 @@ Significant instances include:
<ul>
<li>
-As mentioned above, the default stack size has been reduced from 8 kilobytes to 4 kilobytes.
-</li>
-
-<li>
The runtime handles defers more efficiently, reducing the memory footprint by about two kilobytes
per goroutine that calls defer.
</li>