]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: omit saved .closureptr in optimized code
authorDavid Chase <drchase@google.com>
Mon, 14 Oct 2024 16:51:29 +0000 (12:51 -0400)
committerDavid Chase <drchase@google.com>
Fri, 18 Oct 2024 17:19:13 +0000 (17:19 +0000)
commita9ad0ff6baa597abcd8bbf5bb6fd5d03026ba984
tree3b4116a17f30556f44e17afac21c9d96c68cffe7
parent6853d89477e0886c7c96b08e7efaf74abedfcf71
cmd/compile: omit saved .closureptr in optimized code

This worsens debugging, but improves performance.

Change-Id: I7f3c0d174823b3de412478f9537adc61ae4c076e
Reviewed-on: https://go-review.googlesource.com/c/go/+/620219
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/ssagen/ssa.go