]> Cypherpunks.ru repositories - gostls13.git/commit
Revert "cmd/compile: allow more inlining of functions that construct closures"
authorMichael Knyszek <mknyszek@google.com>
Mon, 17 Apr 2023 21:21:41 +0000 (21:21 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 17 Apr 2023 21:45:00 +0000 (21:45 +0000)
commitce10e9d84574112b224eae88dc4e0f43710808de
tree3401262ec91ead2a906ef016877b64e2344da7d8
parent94850c6f79a68b3f061c9e29d48603afa37df194
Revert "cmd/compile: allow more inlining of functions that construct closures"

This reverts commit f8162a0e726f4b3a9df60a37e8ca7883dde61914.

Reason for revert: https://github.com/golang/go/issues/59680

Change-Id: I91821c691a2d019ff0ad5b69509e32f3d56b8f67
Reviewed-on: https://go-review.googlesource.com/c/go/+/485498
Reviewed-by: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
src/cmd/compile/internal/inline/inl.go
src/cmd/compile/internal/test/inl_test.go
test/closure3.dir/main.go