]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.unified] cmd/compile/internal/noder: refactor N:1 expression handling
authorMatthew Dempsky <mdempsky@google.com>
Fri, 24 Jun 2022 21:19:06 +0000 (14:19 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 30 Jun 2022 18:42:06 +0000 (18:42 +0000)
commite7219cc093aca07bdb7179fa1a42d44e56eaf9d4
treef6e255cce505b979e91914abec65ee7bb9725f9f
parent2f3ef73e18ba9e2433248ca2f5d9c2fb3647a07d
[dev.unified] cmd/compile/internal/noder: refactor N:1 expression handling

Pull all multi-value expression handling logic into a new multiExpr
helper method.

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