]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/noder: explicitly handle function instantiations
authorMatthew Dempsky <mdempsky@google.com>
Sat, 6 Aug 2022 03:29:51 +0000 (20:29 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 10 Aug 2022 23:26:58 +0000 (23:26 +0000)
commit2e6ffd6c5d573d36e969ec8c21f70680493e58b9
tree8e927d807c7be37e5bb3ada26a5a4d94d46fbd84
parent6b80b62fd1b5338e6ec8bc2ff521b94f2fefae9c
cmd/compile/internal/noder: explicitly handle function instantiations

This CL changes unified IR to explicitly handle function
instantiations within expression handling, rather than leaving it to
the underlying object reading logic.

Change-Id: I009a56013fbe9fbc4dabf80eea98993d34af4272
Reviewed-on: https://go-review.googlesource.com/c/go/+/421817
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/noder/codes.go
src/cmd/compile/internal/noder/reader.go
src/cmd/compile/internal/noder/writer.go
src/internal/pkgbits/encoder.go