]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: move runtime.itab to internal/abi.ITab
authorKeith Randall <khr@golang.org>
Wed, 13 Dec 2023 04:40:33 +0000 (20:40 -0800)
committerKeith Randall <khr@golang.org>
Thu, 8 Feb 2024 01:38:11 +0000 (01:38 +0000)
commite0ee5b1afa4d6b53d80fbba1195fe148b7505d99
treeaf8546554611834334cc329770fc96ec279bfe21
parentcde38c966dad075c4c24694d4f02d71de3ab957a
cmd/compile: move runtime.itab to internal/abi.ITab

Change-Id: I44293452764dc4bc4de8d386153c6402a9cbe409
Reviewed-on: https://go-review.googlesource.com/c/go/+/549435
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/internal/ld/deadcode.go
src/cmd/link/internal/ld/decodesym.go
src/cmd/link/internal/ld/dwarf.go
src/cmd/link/internal/ld/dwarf_test.go
src/internal/abi/iface.go [new file with mode: 0644]
src/runtime/alg.go
src/runtime/heapdump.go
src/runtime/iface.go
src/runtime/runtime2.go