RFR: 8295282: Use Zicboz/cbo.zero to zero-out memory on RISC-V [v3]

Ludovic Henry luhenry at openjdk.org
Tue Oct 18 08:50:33 UTC 2022


> Similarly to AArch64 DC.ZVA, the RISC-V Zicboz [1] extension provides the cbo.zero [2] instruction that allows to zero out memory a cache-line at a time. This should be faster than storing zeroes 64bits at a time.
> 
> [1] https://github.com/riscv/riscv-CMOs
> [2] https://github.com/riscv/riscv-CMOs/blob/master/cmobase/Zicboz.adoc#insns-cbo_zero

Ludovic Henry has updated the pull request incrementally with two additional commits since the last revision:

 - fixup! Add -XX:CacheLineSize= to set cache line size
 - Add -XX:CacheLineSize= to set cache line size

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10718/files
  - new: https://git.openjdk.org/jdk/pull/10718/files/845d0e3b..ca8c3ac5

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

  Stats: 18 lines in 7 files changed: 5 ins; 6 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/10718.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10718/head:pull/10718

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


More information about the hotspot-dev mailing list