RFR: 8318217: RISC-V: C2 VectorizedHashCode [v2]
Yuri Gaevsky
duke at openjdk.org
Thu Nov 16 09:42:30 UTC 2023
On Wed, 15 Nov 2023 17:12:19 GMT, Hamlin Li <mli at openjdk.org> wrote:
>> Could you please clarify? I don't understand how that's possible.
>
> 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16629#discussion_r1395418679
More information about the hotspot-dev
mailing list