RFR: 8319184: RISC-V: improve MD5 intrinsic [v2]
Antonios Printezis
tonyp at openjdk.org
Tue Nov 7 16:20:49 UTC 2023
On Tue, 7 Nov 2023 07:38:32 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> I don't think `rtmp` is the right name either. The register holds the result of an expression the callers have calculated. I called it `rtmp1` as it was the same name as the register used in the callers to hold the result. Maybe I can call it `expr`, `partial_expr`, `expr_prefix`, or something similar?
>
> Yeah, a more meaningful name is appreciated here! Maybe simply `value` I guess?
I renamed `rtmp1` to `value` and I pushed the change to the branch.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16453#discussion_r1385190674
More information about the hotspot-compiler-dev
mailing list