8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays)
Vladimir Yaroslavskiy
vlv.spb.ru at mail.ru
Fri Oct 6 21:45:00 UTC 2023
Hi Vamsi
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 https://github.com/openjdk/jdk/pull/14227
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/core-libs-dev/attachments/20231007/de5b236d/attachment-0001.htm>
More information about the core-libs-dev
mailing list