RFR: 8318217: RISC-V: C2 VectorizedHashCode [v2]

Yuri Gaevsky duke at openjdk.org
Fri Nov 17 18:37:12 UTC 2023


On Thu, 16 Nov 2023 09:39:36 GMT, Yuri Gaevsky <duke at openjdk.org> wrote:

>> chunk is only used to tell if the wide loop is done, which can be done by ary too.
>> 
>> And as subw of chunk and addi of ary is in a loop which could be a long one, so better to reduce the instructions in the loop.
>
> Oh, thanks: look like I understand now what can be done here and there.

Done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16629#discussion_r1397725200


More information about the hotspot-dev mailing list