-
Enhancement
-
Resolution: Unresolved
-
P4
-
25
Found this while looking at: https://mail.openjdk.org/pipermail/panama-dev/2024-December/020835.html
I believe the issue is that we optimize the pattern (base + offset) & mask when offset is a left shift but we miss the cases when offset is a constant.
I believe the issue is that we optimize the pattern (base + offset) & mask when offset is a left shift but we miss the cases when offset is a constant.
- relates to
-
JDK-8277850 C2: optimize mask checks in counted loops
- Resolved
- links to
-
Review(master) openjdk/jdk/22856