RFR: 8305056: Avoid unaligned access in emit_intX methods if not enabled [v6]

Vladimir Kempik vkempik at openjdk.org
Thu Apr 20 13:58:26 UTC 2023


> Please review this change which attempts to eliminate unaligned memory stores generated by emit_int16/32/64 methods on some platforms.
> 
> Primary aim is risc-v platform. But I had to change some code in ppc/arm32/x86 to prevent possible perf degradation.

Vladimir Kempik has updated the pull request incrementally with one additional commit since the last revision:

  Rewrite few more helpers

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13227/files
  - new: https://git.openjdk.org/jdk/pull/13227/files/82b918a1..81861821

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13227&range=05
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13227&range=04-05

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

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


More information about the hotspot-compiler-dev mailing list