]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: enable late expansion for closure calls
authorDavid Chase <drchase@google.com>
Mon, 10 Aug 2020 22:30:11 +0000 (18:30 -0400)
committerDavid Chase <drchase@google.com>
Thu, 1 Oct 2020 17:48:42 +0000 (17:48 +0000)
commit8c84dcfe8c6a795ed6ae6be540ffc638841144ce
tree9c21a41d138819795b2a58f078bafc1c4217a809
parentadef4deeb85ede59201f37f5145763ed55a807f7
cmd/compile: enable late expansion for closure calls

This works for "normal" calls.
Defer func() and Go func() still pending.
RT calls still pending.

Change-Id: I29cbdad8c877d12c08bbf7f3f0696611de877da9
Reviewed-on: https://go-review.googlesource.com/c/go/+/247771
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/gc/ssa.go