RFR: 8322174: RISC-V: C2 VectorizedHashCode RVV Version [v22]
Fei Yang
fyang at openjdk.org
Mon Aug 11 06:08:16 UTC 2025
On Wed, 6 Aug 2025 17:04:33 GMT, Yuri Gaevsky <duke at openjdk.org> wrote:
> Based on above experiments it looks reasonable to use `m2` grouping.
Thanks for the extra JMH numbers. Yes, I agree that `m2` is more reasonable here.
That means we won't need to reserve so many vector registers for `instruct varrays_hashcode` in src/hotspot/cpu/riscv/riscv_v.ad.
So can you free the unused vector registers? Will take a more closer look after that.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17413#issuecomment-3173369066
More information about the hotspot-compiler-dev
mailing list