]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/compile: rework marking of dead hidden closure functions"
authorThan McIntosh <thanm@google.com>
Tue, 18 Apr 2023 15:30:15 +0000 (15:30 +0000)
committerThan McIntosh <thanm@google.com>
Tue, 18 Apr 2023 16:03:22 +0000 (16:03 +0000)
commit7c1ed1fa8f28a36ad0210cf44e97d7d1a88d8f0b
tree2a1fe1d21417198adfe58a103a26375a51e1e132
parent56c4422770c076b86c6c66d8d96bed31b66aaa28
Revert "cmd/compile: rework marking of dead hidden closure functions"

This reverts commit http://go.dev/cl//484859

Reason for revert: causes linker errors in a number of google-internal tests.

Change-Id: I322252f784a46d2b1d447ebcdca86ce14bc0cc91
Reviewed-on: https://go-review.googlesource.com/c/go/+/485755
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/inline/inl.go
test/fixedbugs/issue59638.go [deleted file]