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

Antonios Printezis tonyp at openjdk.org
Tue Nov 7 16:20:47 UTC 2023


> Tweaks to the RISC-V MD5 intrinsic.
> 
> * do the loads from the buffer more incrementally instead of all in one go
> * don't mask off the top 32 bits of a register before an addw instruction, as addw will ignore them anyway
> * remove the rmask32 register, as the mask is not needed any more (only at the start / end and it's 
> * cleanup some of the register usage

Antonios Printezis has updated the pull request incrementally with one additional commit since the last revision:

  variable renaming

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16453/files
  - new: https://git.openjdk.org/jdk/pull/16453/files/8e13a782..d8a480ce

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16453&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16453&range=02-03

  Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/16453.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16453/head:pull/16453

PR: https://git.openjdk.org/jdk/pull/16453


More information about the hotspot-compiler-dev mailing list