cmd/compile: functions with type switches cannot be inlined #37837
Labels
FrozenDueToAge
help wanted
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Performance
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
N/A 1.14 is the latest release
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
go build -gcflags="-m -m" demo.go
demo.go.txt
What did you expect to see?
Inlining of small function after #13071
What did you see instead?
./demo.go:15:6: cannot inline SomeFunc: unhandled op TYPESW
The text was updated successfully, but these errors were encountered: