]> Cypherpunks repositories - gostls13.git/commit
runtime: prevent the GC from seeing the content of a frame in runfinq()
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Thu, 25 Apr 2013 11:39:09 +0000 (13:39 +0200)
committerJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Thu, 25 Apr 2013 11:39:09 +0000 (13:39 +0200)
commite9bbe3a8da9043e13b74ec4427608364b068bed7
tree913824748b82d7633ca82e301aa1d55e1196d582
parent2bd17bca0776ff8bb661259d2ed6de6a325ac197
runtime: prevent the GC from seeing the content of a frame in runfinq()

Fixes #5348.

R=golang-dev, dvyukov
CC=golang-dev
https://golang.org/cl/8954044
src/pkg/runtime/mgc0.c
test/fixedbugs/issue5348.go [new file with mode: 0644]