RFR: 8277617: Adjust AVX3Threshold for copy/fill stubs [v5]
Sandhya Viswanathan
sviswanathan at openjdk.java.net
Mon Nov 29 23:30:36 UTC 2021
> 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
Sandhya Viswanathan has updated the pull request incrementally with one additional commit since the last revision:
Implement review comments
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/6512/files
- new: https://git.openjdk.java.net/jdk/pull/6512/files/021bc659..b44b63ed
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6512&range=04
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6512&range=03-04
Stats: 17 lines in 3 files changed: 2 ins; 3 del; 12 mod
Patch: https://git.openjdk.java.net/jdk/pull/6512.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6512/head:pull/6512
PR: https://git.openjdk.java.net/jdk/pull/6512
More information about the hotspot-compiler-dev
mailing list