You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inline labels optimization is no longer needed. It was also
incorrect. To verify: Compile classpath/AggregateClassPath with optimization to witness
a crash in the backend:
Key not found: case3
The optimization incorrectly eliminates the label even though it is called
twice by the generated code. maybe it does not detect case labels called with parameters?
0 commit comments