cmd/compile/internal/ssa: more location lists could be merged #65005
Labels
binary-size
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version go1.21.5 linux/amd64
`go env` output
What did you do?
I compiled so go programs and looked at their location lists. I have a fix for this but wanted to create an issue to reference and track it.
What did you see happen?
Sometimes I'd see location lists with adjacent PC ranges and the same locations for variables.
What did you expect to see?
I expected to see these location lists merged.
The text was updated successfully, but these errors were encountered: