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

Antonios Printezis tonyp at openjdk.org
Mon Nov 6 15:18:15 UTC 2023


On Sun, 5 Nov 2023 11:32:01 GMT, Hamlin Li <mli at openjdk.org> wrote:

>> The constants are too big for a single `addiw` instruction. So, it will be translated to this form anyway.
>
> Yes, but code would be simpler?

You save one line, but sure. I changed and the generated code is the same.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16453#discussion_r1383497902


More information about the hotspot-compiler-dev mailing list