RFR: 8318217: RISC-V: C2 VectorizedHashCode [v2]
Hamlin Li
mli at openjdk.org
Fri Nov 24 18:59:07 UTC 2023
On Fri, 17 Nov 2023 20:19:33 GMT, Yuri Gaevsky <duke at openjdk.org> wrote:
>>> What specific tests were run for this intrinsic implementation to verify the correctness?
>> - jtreg tier1
>> - hotspot/jtreg/compiler/intrinsics/TestArraysHashCode.java with -Xcomp
>
>> BTW, can you add some comments about what java method or bytecode this intrinsic is for?
> Done.
Hmm, addition of TEMP_DEF result makes the bencmark results even worse tha without intrinsic (I haven't look at the generated assembler though).
This seems bit confusing to me.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16629#discussion_r1404594033
More information about the hotspot-dev
mailing list