RFR: 8356176: C2 MemorySegment: missing RCE with byteSize() in Loop Exit Check inside the for Expression [v3]
Quan Anh Mai
qamai at openjdk.org
Tue Aug 12 14:42:14 UTC 2025
On Tue, 12 Aug 2025 13:22:16 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
> How is this impacted if we have wins on both the entry and the backedge? Is that possible? Do we have any benchmarks here?
In general, we ignore the wins on the entry. So it is profitable if the wins on the loop back is greater than the threshold.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26429#discussion_r2270102359
More information about the hotspot-compiler-dev
mailing list