RFR: 8322770: Implement C2 VectorizedHashCode on AArch64 [v16]
Mikhail Ablakatov
duke at openjdk.org
Thu Sep 26 09:10:55 UTC 2024
On Thu, 26 Sep 2024 08:28:17 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> Mikhail Ablakatov has updated the pull request incrementally with three additional commits since the last revision:
>>
>> - cleanup: explain how this deals with the correct number of leftover elements modulo vf
>> - cleanup: current implementation should never end up with T4H load arrangement
>> - cleanup: remove obsolete method declarations
>
> test/hotspot/gtest/aarch64/aarch64-asmtest.py line 1325:
>
>> 1323: def aname(self):
>> 1324: return self._name
>> 1325:
>
> This is nice, thanks.
Glad you find it correct, thanks for checking.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18487#discussion_r1776680128
More information about the hotspot-dev
mailing list