commit | eb04df75cd87722f396fb66583279afe5abfb1ca | [log] [tgz] |
---|---|---|
author | Dmitriy Vyukov <dvyukov@google.com> | Fri Jul 19 18:01:33 2013 +0400 |
committer | Dmitriy Vyukov <dvyukov@google.com> | Fri Jul 19 18:01:33 2013 +0400 |
tree | 317e1835521779b7f8e7a2c0c25d078883546303 | |
parent | e2425625067c633bae000a6210b7fb21d6f76d74 [diff] |
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