RFR: 8307513: C2: intrinsify Math.max(long,long) and Math.min(long,long) [v12]
Galder Zamarreño
galder at openjdk.org
Fri Mar 7 06:19:04 UTC 2025
On Thu, 6 Mar 2025 15:22:18 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Also, I've started a [discussion on jmh-dev](https://mail.openjdk.org/pipermail/jmh-dev/2025-February/004094.html) to see if there's a way to minimise pollution of `Math.min(II)` compilation. As a follow to https://github.com/openjdk/jdk/pull/20098#issuecomment-2684701935 I looked at where the other `Math.min(II)` calls are coming from, and a big chunk seem related to the JMH infrastructure.
>
> @galderz you said you would add some extra comments, then I will review again :)
@eme64 I've added the comment that was pending from your last review. I've also merged latest master.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20098#issuecomment-2705620662
More information about the core-libs-dev
mailing list