]> Cypherpunks repositories - gostls13.git/commit
reflect: use runtime's memmove instead of its own
authorKeith Randall <khr@golang.org>
Wed, 10 Sep 2014 19:37:28 +0000 (12:37 -0700)
committerKeith Randall <khr@golang.org>
Wed, 10 Sep 2014 19:37:28 +0000 (12:37 -0700)
commitb78d7b75c793ee676d4d7700610bd5030c5fea2f
treef28c05d23e8e9a0b0aa4f539169663c5f9566136
parent2302b21bbeef1c0bca8fff62c2d34cd301ce38a0
reflect: use runtime's memmove instead of its own

They will both need write barriers at some point.
But until then, no reason why we shouldn't share.

LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/141330043
src/reflect/value.go
src/runtime/thunk.s