]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove unnecessary write barriers for APPEND
authorCherry Zhang <cherryyz@google.com>
Mon, 3 Oct 2016 19:21:16 +0000 (15:21 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 3 Oct 2016 19:35:44 +0000 (19:35 +0000)
commitd0e92f61e5c5c59395d9b1a3b4f5c7b90dec5bc8
tree6221c9f9a3d566a3c1d85e3e996234468fcb0620
parentfe77c5b36994d907a6c0f4cd8ffb0a2ad6cfde5e
cmd/compile: remove unnecessary write barriers for APPEND

Updates #17330.

Change-Id: I83fe80139a2213f3169db884b84a4c3bd15b58b6
Reviewed-on: https://go-review.googlesource.com/30140
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go