Descriptionruntime: fix build
'range hash' makes a copy of the hash array in the stack, creating
a very large stack frame. It's just the right amount that it
uses most but not all of the total stack size. If you have a lot
of environment variables, like the builders, then this is too
much and the g0 stack runs out of space.
Patch Set 1 #Patch Set 2 : diff -r af98bb1ca0570de13d2e2daad9951629938bae07 https://code.google.com/p/go/ #Patch Set 3 : diff -r 3b0890b3de1d36dfd1a80225111922134c06d23e https://code.google.com/p/go/ #MessagesTotal messages: 4
|