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

Vladimir Kempik vkempik at openjdk.org
Wed Mar 29 16:32:10 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:

  Fix 32-bit archs

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13227/files
  - new: https://git.openjdk.org/jdk/pull/13227/files/3300c8ab..12ebef47

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

  Stats: 7 lines in 1 file changed: 6 ins; 0 del; 1 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