]> Cypherpunks repositories - gostls13.git/commit
runtime: allow stack split in body of closechan
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 22 Jul 2013 16:47:39 +0000 (20:47 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 22 Jul 2013 16:47:39 +0000 (20:47 +0400)
commit10d1e55103c17f4b379729f2d6b40327cefea6be
tree0c13519a0c55a9e313dbb6450e4d9b7022937153
parent27134567fa70f5610dbc865a9c4b18b2c446f112
runtime: allow stack split in body of closechan
This gives more space during the call to runtime.lock.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/11679043
src/pkg/runtime/chan.c