]> Cypherpunks repositories - gostls13.git/commit
gc: treat uintptr as potentially containing a pointer
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 17 Oct 2011 19:14:07 +0000 (15:14 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 17 Oct 2011 19:14:07 +0000 (15:14 -0400)
commitb0c674b65d4e90684d8481b8004e12f1374ad23e
treec5681d50dce3e5438077925a80ff5570873e00bd
parentbdf66114c7ad02b41b83522d7e9073cf0957d836
gc: treat uintptr as potentially containing a pointer
Fixes #2376

R=golang-dev, lvd, rsc
CC=golang-dev
https://golang.org/cl/5278048
src/cmd/gc/reflect.c
src/pkg/runtime/gc_test.go