]> Cypherpunks repositories - gostls13.git/commit
runtime: redefine _type to abi.Type; add rtype for methods.
authorDavid Chase <drchase@google.com>
Mon, 24 Apr 2023 19:45:33 +0000 (15:45 -0400)
committerDavid Chase <drchase@google.com>
Thu, 11 May 2023 04:50:30 +0000 (04:50 +0000)
commita2838ec5f20b56e94a18c873ab4b68397355e214
treee461b73e88af94584189441c48a436a2b0980339
parent48f8c5c0373886736d348acb1ce1601457da1d2e
runtime: redefine _type to abi.Type; add rtype for methods.

Change-Id: I1c478b704d84811caa209006c657dda82d9c4cf9
Reviewed-on: https://go-review.googlesource.com/c/go/+/488435
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
19 files changed:
src/cmd/link/internal/ld/dwarf.go
src/cmd/link/internal/ld/dwarf_test.go
src/reflect/type.go
src/runtime/alg.go
src/runtime/cgocall.go
src/runtime/cgocheck.go
src/runtime/chan.go
src/runtime/error.go
src/runtime/heapdump.go
src/runtime/iface.go
src/runtime/mbarrier.go
src/runtime/mbitmap.go
src/runtime/mfinal.go
src/runtime/mprof.go
src/runtime/panic.go
src/runtime/plugin.go
src/runtime/runtime1.go
src/runtime/syscall_windows.go
src/runtime/type.go