]> Cypherpunks repositories - gostls13.git/commit
runtime: allow SetFinalizer with a func(interface{})
authorPieter Droogendijk <pieter@binky.org.uk>
Mon, 29 Jul 2013 15:43:08 +0000 (19:43 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 29 Jul 2013 15:43:08 +0000 (19:43 +0400)
commit6350e45892b5b0189fe3461ba1e7f530da23ff8f
treefe90ee9ca61e20117ea8e420d3df9fac029e7f5d
parent3398322d5ebaf7b870f07aebae92fc2fd047704c
runtime: allow SetFinalizer with a func(interface{})

Fixes #5368.

R=golang-dev, dvyukov
CC=golang-dev, rsc
https://golang.org/cl/11858043
src/pkg/runtime/extern.go
src/pkg/runtime/malloc.goc
src/pkg/runtime/malloc.h
src/pkg/runtime/mfinal.c
src/pkg/runtime/mfinal_test.go
src/pkg/runtime/mgc0.c
src/pkg/runtime/runtime.h