]> Cypherpunks repositories - gostls13.git/commit
runtime: fix potential GC deadlock
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 25 Jun 2012 07:08:09 +0000 (11:08 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 25 Jun 2012 07:08:09 +0000 (11:08 +0400)
commit902911bcff91127cd8c5c7e10d200eb97f0c1893
treedc347b52edd2052797e674544657d1713201b11a
parentbca01cd0bfdb9bfda3f076697bda4fae27d4e768
runtime: fix potential GC deadlock
The issue seems to not be triggered right now,
but I've seen the deadlock after some other legal
modifications to runtime.
So I think we are safer this way.

R=rsc, r
CC=golang-dev
https://golang.org/cl/6339051
src/pkg/runtime/mgc0.c