RFR: 8283667: [vectorapi] Vectorization for masked load with IOOBE with predicate feature [v5]

Xiaohong Gong xgong at openjdk.java.net
Tue Jun 7 06:46:16 UTC 2022


On Tue, 7 Jun 2022 06:41:36 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> Yeah, thanks and it's really a good suggestion to limit this benchmark only for the IOOBE cases. I locally modified the tests to make sure only the IOOBE case happens and the results show good as well. But do you think it's better to keep as it is since we can also see the performance of the common cases to make sure no regressions happen? As the current benchmarks can also show the performance gain by this PR.
>
> It was just to remove the noise from a targeted micro benchmark. But we can keep it as it is.

OK, thanks!

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

PR: https://git.openjdk.java.net/jdk/pull/8035


More information about the core-libs-dev mailing list