golang/src/internal/abi
qiulaidongfeng 2f5b420fb5 runtime,reflect: move zeroVal to internal/abi
Change-Id: I0e19e4aa2ea47a714e27b8d66c23c449e27861f2
GitHub-Last-Rev: 2d59b9589efcf4ade6cfd7c8feffc46bf9ba912c
GitHub-Pull-Request: golang/go#67014
Reviewed-on: https://go-review.googlesource.com/c/go/+/581395
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Joedian Reid <joedian@google.com>
2024-05-03 12:00:41 +00:00
..
testdata cmd/compile, internal/abi: add FuncPCABIxxx intrinsics 2021-04-23 21:05:39 +00:00
abi.go internal/abi,runtime: refactor map constants into one place 2023-01-23 15:51:32 +00:00
abi_amd64.go [dev.typeparams] internal/buildcfg: always enable regabi on AMD64 2021-08-11 16:59:43 +00:00
abi_arm64.go internal/abi, internal/buildcfg: always enable register ABI on ARM64 2022-03-18 16:39:28 +00:00
abi_generic.go internal/abi, internal/buildcfg: always enable register ABI on loong64 2024-04-15 17:38:52 +00:00
abi_loong64.go internal/abi, internal/buildcfg: always enable register ABI on loong64 2024-04-15 17:38:52 +00:00
abi_ppc64x.go internal/abi, internal/buildcfg: always enable register ABI on PPC64 2022-03-21 18:28:30 +00:00
abi_riscv64.go internal/abi, internal/buildcfg: always enable register ABI on riscv64 2022-10-24 03:45:54 +00:00
abi_test.go cmd/asm: stop using "" as the local package prefix 2023-08-29 18:31:05 +00:00
abi_test.s cmd/compile, internal/abi: add FuncPCABIxxx intrinsics 2021-04-23 21:05:39 +00:00
compiletype.go cmd/link: use symbolic offset for ITab.Type 2024-02-08 03:01:24 +00:00
escape.go internal/weak: add package implementing weak pointers 2024-04-18 21:25:11 +00:00
export_test.go cmd/compile, internal/abi: add FuncPCABIxxx intrinsics 2021-04-23 21:05:39 +00:00
funcpc.go cmd/dist, internal/abi: support bootstrapping with gccgo 2023-06-27 21:15:37 +00:00
funcpc_gccgo.go cmd/dist, internal/abi: support bootstrapping with gccgo 2023-06-27 21:15:37 +00:00
iface.go internal/abi: define EmptyInterface, TypeOf, and NoEscape 2024-04-17 21:09:59 +00:00
map.go runtime: move zeroVal out of map.go 2024-04-22 20:09:01 +00:00
runtime.go runtime,reflect: move zeroVal to internal/abi 2024-05-03 12:00:41 +00:00
stack.go runtime, cmd: rationalize StackLimit and StackGuard 2023-04-21 19:28:56 +00:00
stub.s internal/abi: repair broken self-bootstrap 2023-01-23 19:14:57 +00:00
switch.go cmd/compile: use cache in front of type assert runtime call 2023-10-06 17:02:53 +00:00
symtab.go runtime,cmd/link: merge pcbucketsize const into internal/abi 2024-02-16 14:25:22 +00:00
type.go internal/abi: define EmptyInterface, TypeOf, and NoEscape 2024-04-17 21:09:59 +00:00