RFR: 8322770: Implement C2 VectorizedHashCode on AArch64 [v3]
Andrew Haley
aph at openjdk.org
Tue Aug 20 16:00:51 UTC 2024
On Tue, 20 Aug 2024 15:30:56 GMT, Andrew Haley <aph at openjdk.org> wrote:
> Using fixed registers here is rather odd.
My mistake. I see that you're calling a stub, unlike x86 which expands inline. It could go either way, whichever you choose to do is OK. Inline might be a bit more performant, but I suspect it's marginal.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18487#discussion_r1723566254
More information about the hotspot-dev
mailing list