RFR: 8317763: Follow-up to AVX512 intrinsics for Arrays.sort() PR [v3]
iaroslavski
duke at openjdk.org
Wed Oct 11 07:03:26 UTC 2023
On Tue, 10 Oct 2023 22:29:55 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Also @forceinline in these changes only works for case when new intrinsics are not used. I would suggest to adapt/update JMH benchmark to cover all cases and see effect @forceinline without intrinsics. That will tell us which @forceinline annotations are needed.
@vnkozlov Thank you for explanation, I will benchmark cases with and without @forceinline and provide results very soon.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16124#issuecomment-1756972805
More information about the core-libs-dev
mailing list