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
1 changed files with 0 additions and 4 deletions

View File

@ -285,10 +285,6 @@ Significant instances include:
<ul> <ul>
<li>
As mentioned above, the default stack size has been reduced from 8 kilobytes to 4 kilobytes.
</li>
<li> <li>
The runtime handles defers more efficiently, reducing the memory footprint by about two kilobytes The runtime handles defers more efficiently, reducing the memory footprint by about two kilobytes
per goroutine that calls defer. per goroutine that calls defer.