]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: add write barrier for append(slice, slice...)
authorRuss Cox <rsc@golang.org>
Mon, 29 Dec 2014 21:26:25 +0000 (16:26 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 6 Jan 2015 14:41:45 +0000 (14:41 +0000)
commitff979626fc14eb0debcce44494ca114879de618d
treeb8400162f31487b25f10b96b67ef7876f90d9a0b
parent03d6637dbb7fc84536423f2c707f3130104567f1
cmd/gc: add write barrier for append(slice, slice...)

Found with GODEBUG=wbshadow=2 mode.
Eventually that will run automatically, but right now
it still detects other missing write barriers.

Change-Id: I5624b509a36650bce6834cf394b9da163abbf8c0
Reviewed-on: https://go-review.googlesource.com/2310
Reviewed-by: Rick Hudson <rlh@golang.org>
src/cmd/gc/walk.c