RFR: 8322770: Implement C2 VectorizedHashCode on AArch64 [v5]
Andrew Haley
aph at openjdk.org
Sun Aug 25 08:36:09 UTC 2024
On Sat, 24 Aug 2024 08:54:47 GMT, Andrew Haley <aph at openjdk.org> wrote:
> * Maybe get rid of tail handling altogether. Instead, pad the first block with zeroes at the left, performing the calculation over a whole number of blocks.
Upon mature consideration, while this would work, it's probably too fiddly to do for small blocks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18487#issuecomment-2308732988
More information about the hotspot-dev
mailing list