Commit 66f72f8a authored by Mikio Hara's avatar Mikio Hara

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
parent 88d07b2c
...@@ -285,10 +285,6 @@ Significant instances include: ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment