]> Cypherpunks.ru repositories - gostls13.git/commit
reflect: rewrite value.Equal to avoid allocations
authorIan Lance Taylor <iant@golang.org>
Fri, 4 Nov 2022 01:15:42 +0000 (18:15 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 4 Nov 2022 23:20:35 +0000 (23:20 +0000)
commita343f4017b501358c202154f074f54d710df6698
tree6452fd4034ee2ab97d5c9631ff28d9281c03de50
parenta74985092c14784db86fdf391b9cf939e1b06f2f
reflect: rewrite value.Equal to avoid allocations

For #46746

Change-Id: I75ddb9ce24cd3394186562dae156fef9fe2d55d3
Reviewed-on: https://go-review.googlesource.com/c/go/+/447798
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/reflect/all_test.go
src/reflect/value.go