]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: remove debugging option InlineSCCOnePass from inliner
authorThan McIntosh <thanm@google.com>
Mon, 1 May 2023 19:23:42 +0000 (15:23 -0400)
committerThan McIntosh <thanm@google.com>
Thu, 11 May 2023 14:25:23 +0000 (14:25 +0000)
commit6b2ad9ef50a279569e1146dcc8593badae2dbcd4
treecd312c83ae5c659b1a8bff490deb1c0026fe793a
parent3ee12d5702be8e2e13e256d6dec28c6464e0a7e5
cmd/compile: remove debugging option InlineSCCOnePass from inliner

Delete the "InlineSCCOnePass" debugging flag and the inliner fallback
code that kicks in if it is used. The change it was intended to guard
has been working on tip for some time, no need for the fallback any
more.

Updates #58905.

Change-Id: I2e1dbc7640902d9402213db5ad338be03deb96c5
Reviewed-on: https://go-review.googlesource.com/c/go/+/492015
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/base/debug.go
src/cmd/compile/internal/inline/inl.go