]> Cypherpunks repositories - gostls13.git/commit
runtime: correctly type interface data.
authorKeith Randall <khr@golang.org>
Thu, 1 May 2014 13:37:55 +0000 (09:37 -0400)
committerKeith Randall <khr@golang.org>
Thu, 1 May 2014 13:37:55 +0000 (09:37 -0400)
commite9977dad45aa85afe8864a565f4825d8ea70706d
tree1bbba115b4fc200b2facf347400e1989e6fbe0cd
parent61fac6845a6c35253397c66bcc71a309f59d8c70
runtime: correctly type interface data.

The backing memory for >1 word interfaces was being scanned
conservatively.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/94000043
src/pkg/runtime/iface.goc