RFR: 8341194: [REDO] Implement C2 VectorizedHashCode on AArch64 [v2]
Mikhail Ablakatov
duke at openjdk.org
Tue Oct 8 09:47:47 UTC 2024
On Tue, 8 Oct 2024 09:42:15 GMT, Andrew Haley <aph 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.
>
>> 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.
Fixed by https://github.com/openjdk/jdk/pull/21286/commits/9c6ad7a59b3144766a888e136dc4084f2b8e83fd.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21286#discussion_r1791557808
More information about the hotspot-dev
mailing list