]> Cypherpunks repositories - gostls13.git/commit
runtime: only check for pointers up to ptrdata, not size
authorIan Lance Taylor <iant@golang.org>
Fri, 3 Apr 2020 00:14:25 +0000 (17:14 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 8 Apr 2020 04:18:04 +0000 (04:18 +0000)
commit08dd4ad7e30313d089793f19baff1855bbaa004e
tree70e5c0c94a50b66c15ac3b261d347c374c870c57
parent8e121b1587bd921ea84c7da49cab3f48dc6b8f36
runtime: only check for pointers up to ptrdata, not size

Change-Id: I166cf253b7f2483d652c98d2fba36c380e2f3347
Reviewed-on: https://go-review.googlesource.com/c/go/+/227177
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/mbarrier.go
src/runtime/slice.go