mirror of
https://github.com/golang/go
synced 2024-11-23 04:10:04 -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:
parent
88d07b2cbc
commit
66f72f8a50
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user