RFR: JDK-8287349: Merge LDR instructions to improve C1 OSR performance
Andrew Haley
aph at openjdk.java.net
Sat May 28 06:50:27 UTC 2022
On Sat, 28 May 2022 06:28:57 GMT, Zhuojun Miao <zmiao at openjdk.org> wrote:
> Since MacroAssembler added merge_ldst, we can use different
> destination registers for contiguous-memory LDR instructions to improve performance.
For AArch64-specific PRs, it's a good idea to use a title like "JDK-8287349: AArch64: Merge LDR instructions to improve C1 OSR performance" . That way AArch64 maintainers notice them in the mailing lists.
The title of the PR and the bug database entry must match.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8933
More information about the hotspot-compiler-dev
mailing list