RFR: 8341194: [REDO] Implement C2 VectorizedHashCode on AArch64 [v2]

Andrew Haley aph at openjdk.org
Tue Oct 8 09:47:47 UTC 2024


On Mon, 7 Oct 2024 21:14:31 GMT, Mikhail Ablakatov <duke at openjdk.org> wrote:

> Agreed. Would be nice to have an established mechanism for this though. I think we could do better than a macro but it should do as well.

I'm not sure we could do _much_ better. A great advantage of using a macro is that it enforces consistent naming across the stub and the inlined code.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21286#discussion_r1791555923


More information about the hotspot-dev mailing list