RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v4]

kuaiwei duke at openjdk.org
Tue Mar 18 07:37:12 UTC 2025


> WIP.
> 
> It worked for cases in the TestMergeLoads.java and can observe performance improvement in MergeLoadBench.getIntB . Need to check more cases.

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

  Revert extract value and add more tests

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24023/files
  - new: https://git.openjdk.org/jdk/pull/24023/files/fb6cd3d7..b621db1c

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

  Stats: 355 lines in 3 files changed: 230 ins; 111 del; 14 mod
  Patch: https://git.openjdk.org/jdk/pull/24023.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24023/head:pull/24023

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


More information about the hotspot-compiler-dev mailing list