]> Cypherpunks repositories - gostls13.git/commit
reflect: add precise GC info for Call argument frame.
authorKeith Randall <khr@golang.org>
Wed, 15 Jan 2014 21:56:59 +0000 (13:56 -0800)
committerKeith Randall <khr@golang.org>
Wed, 15 Jan 2014 21:56:59 +0000 (13:56 -0800)
commit2af7a26f1eaf2a8640270ac39cfd04d9aaa70ee2
tree879c6878bafa9dae5f073adb689a2be491e55700
parent35710eecd64097598ba33166692fba54078d6b34
reflect: add precise GC info for Call argument frame.

Give proper types to the argument/return areas
allocated for reflect calls.  Avoid use of iword to
manipulate receivers, which may or may not be pointers.

Update #6490

R=rsc
CC=golang-codereviews
https://golang.org/cl/52110044
src/pkg/reflect/type.go
src/pkg/reflect/value.go