Integrated: 8277617: Adjust AVX3Threshold for copy/fill stubs
Sandhya Viswanathan
sviswanathan at openjdk.java.net
Fri Dec 3 21:10:17 UTC 2021
On Tue, 23 Nov 2021 01:23:04 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
> Currently 32-byte instructions are used for small array copy and clear.
> This can be optimized by using 64-byte instructions.
>
> Please review.
>
> Best Regards,
> Sandhya
This pull request has now been integrated.
Changeset: 24e16ac6
Author: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/24e16ac637095d7dee1d6fe34f996b68eedfa8bc
Stats: 29 lines in 5 files changed: 15 ins; 0 del; 14 mod
8277617: Adjust AVX3Threshold for copy/fill stubs
Reviewed-by: jbhateja, dholmes, neliasso, jiefu
-------------
PR: https://git.openjdk.java.net/jdk/pull/6512
More information about the hotspot-compiler-dev
mailing list