]> Cypherpunks.ru repositories - gostls13.git/commit
runtime/coverage: use unsafe.Slice, not reflect.SliceHeader
authorIan Lance Taylor <iant@golang.org>
Wed, 12 Jul 2023 00:42:53 +0000 (17:42 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 18 Jul 2023 19:53:46 +0000 (19:53 +0000)
commit88a545d84438803714fa91f2c93057a3246bd58c
tree00f001436be8e01cc165bf5e548e58f26161417d
parenteaa8419a72215b53576ab5d2def399f9503d1f58
runtime/coverage: use unsafe.Slice, not reflect.SliceHeader

Change-Id: I59c4757df83c12b4c8b85cdd523552c5e5e7bf95
Reviewed-on: https://go-review.googlesource.com/c/go/+/508977
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/runtime/coverage/apis.go
src/runtime/coverage/emit.go