]> Cypherpunks repositories - gostls13.git/commit
runtime: free stacks of Gdead goroutines at GC time
authorKeith Randall <khr@golang.org>
Wed, 17 Sep 2014 20:25:46 +0000 (13:25 -0700)
committerKeith Randall <khr@golang.org>
Wed, 17 Sep 2014 20:25:46 +0000 (13:25 -0700)
commit92eb1e1600c3770d2ec669a8d6b7947cac551305
treeac2939274179d7e2fb067fde49a468ac467051d5
parent6fb9d50d154c4a8ac4db11e91a3d221322859191
runtime: free stacks of Gdead goroutines at GC time

We could probably free the G structures as well, but
for the allg list.  Leaving that for another day.

Fixes #8287

LGTM=rsc
R=golang-codereviews, dvyukov, khr, rsc
CC=golang-codereviews
https://golang.org/cl/145010043
src/runtime/stack.c