1
0
mirror of https://github.com/golang/go synced 2024-11-23 00:30:07 -07:00

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
This commit is contained in:
Mikio Hara 2014-05-20 14:48:23 +09:00
parent 88d07b2cbc
commit 66f72f8a50

View File

@ -285,10 +285,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.