]> Cypherpunks repositories - gostls13.git/commit
runtime: short-circuit typedmemmove when dst==src
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 13 Nov 2017 05:36:20 +0000 (21:36 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 27 Feb 2018 00:56:18 +0000 (00:56 +0000)
commit486caa26d7cd40e7aa9b1ca5d1360d093562eef4
tree15d9208e455e0a45567d0c93eef049c6c2cce51e
parent68def820088ac8a9d652be648fc14e3cd39a3421
runtime: short-circuit typedmemmove when dst==src

Change-Id: I855268a4c0d07ad602ec90f5da66422d3d87c5f2
Reviewed-on: https://go-review.googlesource.com/94595
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/mbarrier.go