]> Cypherpunks repositories - gostls13.git/commit
reflect: add garbage collection info in ChanOf, MapOf, PtrTo, SliceOf
authorRuss Cox <rsc@golang.org>
Tue, 26 Mar 2013 18:50:29 +0000 (11:50 -0700)
committerRob Pike <r@golang.org>
Tue, 26 Mar 2013 18:50:29 +0000 (11:50 -0700)
commit3660b532ac9f2393629744a9494aadffd8aee4c0
treec5f50cf1bb21456ce9ba41d8c1b3739149b3a4c2
parenta101bfc6201ff81075a1ff57516a487d14e092aa
reflect: add garbage collection info in ChanOf, MapOf, PtrTo, SliceOf

ArrayOf will remain unexported (and therefore unused) for Go 1.1.

Fixes #4375.

R=0xe2.0x9a.0x9b, r, iant
CC=golang-dev
https://golang.org/cl/7716048
src/cmd/gc/reflect.c
src/pkg/reflect/all_test.go
src/pkg/reflect/type.go
src/pkg/runtime/hashmap.c
src/pkg/runtime/mgc0.h