Descriptionruntime: shorten hash lookup stack frames
On amd64 the frames are very close to the limit for a
nosplit (textflag 7) function, in part because the C compiler
does not make any attempt to reclaim space allocated for
completely registerized variables. Avoid a few short-lived
variables to reclaim two words.
Patch Set 1 #Patch Set 2 : diff -r fccd815ed3bb https://go.googlecode.com/hg #Patch Set 3 : diff -r fccd815ed3bb https://go.googlecode.com/hg #Patch Set 4 : diff -r 1e659829d22a https://go.googlecode.com/hg #MessagesTotal messages: 3
|