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

Vladimir Kempik vkempik at openjdk.org
Thu Apr 20 13:52:19 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:

  Add APH's suggestions and remove some whitespace

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

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

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

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