]> Cypherpunks repositories - gostls13.git/commit
cmd/gc, runtime: rename writebarrierfat to typedmemmove
authorRuss Cox <rsc@golang.org>
Mon, 29 Dec 2014 15:05:57 +0000 (10:05 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 6 Jan 2015 00:27:20 +0000 (00:27 +0000)
commitbcadab9349f8e4a6fb38b26c6afea6ab150c5ee8
treec33b45ceb4fa323d74a4e7efe30c8e8903c465e1
parent7b4df8f018ec01df3ecbd9961c769e7199853363
cmd/gc, runtime: rename writebarrierfat to typedmemmove

Preparation for replacing many memmove calls in runtime
with typedmemmove, which is a clearer description of what
the routine is doing.

For the same reason, rename writebarriercopy to typedslicecopy.

Change-Id: I6f23bef2c2215509fefba175b16908f76dc7538c
Reviewed-on: https://go-review.googlesource.com/2276
Reviewed-by: Rick Hudson <rlh@golang.org>
src/cmd/gc/builtin.c
src/cmd/gc/runtime.go
src/cmd/gc/walk.c
src/runtime/mgc0.go
src/runtime/slice.go