]> Cypherpunks repositories - gostls13.git/commit
runtime: prevent GC from seeing the contents of a frame in runfinq
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 19 Jul 2013 14:01:33 +0000 (18:01 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Fri, 19 Jul 2013 14:01:33 +0000 (18:01 +0400)
commiteb04df75cd87722f396fb66583279afe5abfb1ca
tree317e1835521779b7f8e7a2c0c25d078883546303
parente2425625067c633bae000a6210b7fb21d6f76d74
runtime: prevent GC from seeing the contents of a frame in runfinq
This holds the last finalized object and arguments to its finalizer.
Fixes #5348.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/11454044
src/pkg/runtime/mgc0.c