RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v42]
iaroslavski
duke at openjdk.org
Fri Oct 6 21:08:38 UTC 2023
On Fri, 6 Oct 2023 18:45:59 GMT, Srinivas Vamsi Parasa <duke at openjdk.org> wrote:
>> My tier1-7 testing passed. Good.
>
>> My tier1-7 testing passed. Good.
>
> Thank you, Vladimir!
Hi @vamsi-parasa,
May be too late but there is one question. We have 2 new methods
`private static <A> void sort(Class<?> elemType, A array, ...`
`private static <A> int[] partition(Class<?> elemType, A array, ...`
and 4 methods which are passed to them:
`mixedInsertionSort, insertionSort, partitionDualPivot, partitionDualPivot`
Methods `partitionDualPivot` and `partitionDualPivot`are `@ForceInline`,
but `mixedInsertionSort' and `insertionSort` are not. Is it ok, or we missed something?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14227#issuecomment-1751401463
More information about the hotspot-compiler-dev
mailing list