RFR: 8277617: Adjust AVX3Threshold for copy/fill stubs
Nils Eliasson
neliasso at openjdk.java.net
Wed Dec 1 09:23:28 UTC 2021
On Wed, 1 Dec 2021 07:08:33 GMT, Jie Fu <jiefu at openjdk.org> wrote:
>
> We don't use the 64-byte instructions as default on Intel's old AVX512 platforms, right? If so, is it possible a performance regression for the old platforms after this patch? Thanks.
As I understand it - old AVX512 platforms will continue to work as before. The new case is that new platforms (that have avx_threshold set to 0) will use 64 byte instructions. But it would be nice with some benchmarks that verify that there are no regression on old avx512 hardware.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6512
More information about the hotspot-compiler-dev
mailing list