aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/database/sql/sql.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-08-28 11:45:30 -0400
committerRuss Cox <rsc@golang.org>2014-08-28 11:45:30 -0400
commitf02232072312d6cb7921ad89256894c4cbd0b63c (patch)
tree4617f4cb17c83207e73f66c54256df4312690dc9 /src/pkg/database/sql/sql.go
parentaf12dc5cd5bd0f81f4473207343771ed61b0bcb0 (diff)
downloadgo-f02232072312d6cb7921ad89256894c4cbd0b63c.tar.xz
runtime: 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. TBR=bradfitz CC=golang-codereviews https://golang.org/cl/132350043
Diffstat (limited to 'src/pkg/database/sql/sql.go')
0 files changed, 0 insertions, 0 deletions