commit | f950a14bb555938cd3878dd59cc447026e1108b9 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Oct 07 23:39:00 2014 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Oct 07 23:39:00 2014 -0400 |
tree | 6f5c2c39fc900997511da45ea12a24ec19e0656d | |
parent | 2b1659b57d6e021029636ee39b4a30c4f9074c6c [diff] |
runtime: fix windows/amd64 build Out of stack space due to new 2-word call in freedefer. Go back to smaller function calls. TBR=brainman CC=golang-codereviews https://golang.org/cl/152340043