mirror of https://github.com/golang/go.git
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>
|
<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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue