RFR: 8277617: Optimize array copy and clear on x86_64

Sandhya Viswanathan sviswanathan at openjdk.java.net
Wed Nov 24 16:55:33 UTC 2021


On Tue, 23 Nov 2021 06:49:07 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> @dholmes-ora I have implemented your review comments.
>
> Sorry @sviswa7 but could you explain in the comment why/how `avx3_threshold` reporting zero impacts the use 64-byte load/store - the connection is not at all obvious for anyone not fully conversant with AVX3 and how it is used by the code. Thanks.

@dholmes-ora @jatin-bhateja I have added a check for FLAG_IS_DEFAULT before overriding the threshold. Let me know if this looks ok to you.

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

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


More information about the hotspot-dev mailing list