RFR: 8328528: C2 should optimize long-typed parallel iv in an int counted loop [v8]

Kangcheng Xu kxu at openjdk.org
Mon Aug 26 18:09:09 UTC 2024


On Mon, 22 Jul 2024 17:40:48 GMT, Kangcheng Xu <kxu at openjdk.org> wrote:

>> Currently, parallel iv optimization only happens in an int counted loop with int-typed parallel iv's. This PR adds support for long-typed iv to be optimized. 
>> 
>> Additionally, this ticket contributes to the resolution of [JDK-8275913](https://bugs.openjdk.org/browse/JDK-8275913). Meanwhile, I'm working on adding support for parallel IV replacement for long counted loops which will depend on this PR.
>
> Kangcheng Xu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   use @run driver and Argument.RANDOM_ONCE

Currently blocked by the same problem as #18198. Solution proposed over there. Will update once the approach is approved.

See https://github.com/openjdk/jdk/pull/18198#issuecomment-2310711029

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18489#issuecomment-2310774271


More information about the hotspot-compiler-dev mailing list