cmd/compile: improve BCE to detect safe unbounded slicing #35483
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Milestone
See #31586 (comment)
Core problem can be reduced to:
BCE:
Bound checks remain in A1 even though they are not needed but are eliminated in A2 due to the explicit and not unbounded slices.
@renthraysk stated:
I'm on 1.13.4 on macOS.
The text was updated successfully, but these errors were encountered: