Skip to content

Commit

Permalink
doc/go1.3.html: switch default stack size back to 8kB
Browse files Browse the repository at this point in the history
Update golang#8030

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/94680043
  • Loading branch information
cixtor committed May 20, 2014
1 parent 88d07b2 commit 66f72f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/go1.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,6 @@ <h2 id="performance">Performance</h2>

<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.
Expand Down

0 comments on commit 66f72f8

Please sign in to comment.