RFR: 8319184: RISC-V: improve MD5 intrinsic [v2]

Antonios Printezis tonyp at openjdk.org
Fri Nov 3 18:11:02 UTC 2023


On Thu, 2 Nov 2023 09:46:03 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> Antonios Printezis has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   changes based on code review
>
> Some comments from a brief look.

@RealFYang I updated the patch based on your feedback. I now only use `t0` and `t1` for temporary calculations and eliminated the use of `rmask32` and `rtmp3`. Thanks for pointing that out, I'll use this style in the future.

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

PR Comment: https://git.openjdk.org/jdk/pull/16453#issuecomment-1792907783


More information about the hotspot-compiler-dev mailing list