RFR: 8307513: C2: intrinsify Math.max(long,long) and Math.min(long,long)

Jasmine Karthikeyan jkarthikeyan at openjdk.org
Wed Jul 17 22:50:31 UTC 2024


On Wed, 17 Jul 2024 09:18:31 GMT, Galder Zamarreño <galder at openjdk.org> wrote:

> Do you want a microbenchmark for the performance of vectorized max/min long?

Yeah, I think a simple benchmark that tests for long min/max vectorization and reduction would be good. I worry that checking performance manually like in `ReductionPerf` can lead to harder to interpret results than with a microbenchmark, especially with vm warmup 😅 Thanks for looking into this!

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

PR Comment: https://git.openjdk.org/jdk/pull/20098#issuecomment-2234515775


More information about the core-libs-dev mailing list