]> Cypherpunks repositories - gostls13.git/commit
runtime: revert "move zeroVal to internal/abi"
authorRuss Cox <rsc@golang.org>
Wed, 22 May 2024 03:04:21 +0000 (23:04 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 22 May 2024 21:17:38 +0000 (21:17 +0000)
commit4c589d93ad6f77e31cccc237c20133f0d8d8492f
treed3a0855b800d228281b0520e6c9415d3b429c9b1
parent2b8d9e3997df9835bc33522fab917ab701c174b6
runtime: revert "move zeroVal to internal/abi"

This reverts CL 581395, commit 2f5b420fb5984842afab37a9c2e66e6599107483.
It breaks a linkname from github.com/ugorji/go/codec.
For #67401.

A followup CL will document this dependence.

Change-Id: I66d6c39c03e769ab829ca4c3f4f61277b93380d3
Reviewed-on: https://go-review.googlesource.com/c/go/+/587216
TryBot-Bypass: Russ Cox <rsc@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/internal/abi/runtime.go
src/reflect/value.go
src/runtime/iface.go
src/runtime/map.go
src/runtime/map_fast32.go
src/runtime/map_fast64.go
src/runtime/map_faststr.go
src/runtime/runtime.go