mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[dev.typeparams] all: merge master (296ddf2) into dev.typeparams
Conflicts: - src/runtime/runtime2.go On master, CL 317191 fixed the mentions of gc/reflect.go in comments to reflectdata/reflect.go; but on dev.typeparams, CL 325921 fixed that the same comment to reflect that deferstruct actually ended up in ssagen/ssa.go. Merge List: + 2021-07-08296ddf2a93net: filter bad names from Lookup functions instead of hard failing + 2021-07-08ce76298ee7Update oudated comment + 2021-07-082ca44fe221doc/go1.17: linkify time.UnixMilli and time.UnixMicro + 2021-07-075c59e11f5ecmd/compile: remove special-casing of blank in types.sconv{,2} + 2021-07-07b003a8b1aecmd/compile: optimize types.sconv + 2021-07-0711f5df2d67cmd/compile: extract pkgqual from symfmt + 2021-07-07991fd381d5cmd/go: don't lock .mod and .sum files for read in overlay + 2021-07-07186a3bb4b0cmd/go/internal/modfetch/codehost: skip hg tests if no hg binary is present + 2021-07-0700c00558e1cmd/go/internal/modload: remove unused functions + 2021-07-07f264879f74cmd/go/internal/modload: fix an apparent typo in the AutoRoot comment + 2021-07-07c96833e5badoc: remove stale comment about arm64 port Change-Id: I849046b6d8f7421f60323549f3f763ef418bf9e7
This commit is contained in:
commit
2b1d70a137
25 changed files with 401 additions and 201 deletions
|
|
@ -895,7 +895,7 @@ type funcinl struct {
|
|||
// layout of Itab known to compilers
|
||||
// allocated in non-garbage-collected memory
|
||||
// Needs to be in sync with
|
||||
// ../cmd/compile/internal/gc/reflect.go:/^func.WriteTabs.
|
||||
// ../cmd/compile/internal/reflectdata/reflect.go:/^func.WriteTabs.
|
||||
type itab struct {
|
||||
inter *interfacetype
|
||||
_type *_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue