]> Cypherpunks.ru repositories - gostls13.git/commit
Revert "cmd/compile: allow more inlining of functions that construct closures"
authorThan McIntosh <thanm@google.com>
Fri, 14 Apr 2023 13:08:34 +0000 (13:08 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 14 Apr 2023 14:45:59 +0000 (14:45 +0000)
commit8854be4180fe1fb59c56c645ef8978788eb40170
treea2da0a1754421e7251559dbfdadd6a0420b1ba56
parente7b04a3e166b47c1591eab13f4a451d939ae8941
Revert "cmd/compile: allow more inlining of functions that construct closures"

This reverts commit http://go.dev/cl/c/482356.

Reason for revert: Reverting this change again, since it is causing additional failures in google-internal testing.

Change-Id: I9234946f62e5bb18c2f873a65e8b298d04af0809
Reviewed-on: https://go-review.googlesource.com/c/go/+/484735
Reviewed-by: Florian Zenker <floriank@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
Auto-Submit: Than McIntosh <thanm@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/inline/inl.go
src/cmd/compile/internal/test/inl_test.go
test/closure3.dir/main.go