RFR: 8341893: AArch64: Micro-optimize compressed ptr decoding

Andrew Haley aph at openjdk.org
Thu Oct 10 13:31:10 UTC 2024


On Thu, 10 Oct 2024 13:19:32 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Yes, `mov` does the `d != s` optimization. I have no preference whether we do check here or rely on downstream check. Just peeling the `d != s` test from the original if-expression seems marginally easier when thinking about the patch impact.
>
> It is not very clear if you fine with this patch, @aph, or you want me to skip `d != s` check here. :)

Sorry, I can't make up my mind. So leave this as it is.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21443#discussion_r1795433139


More information about the hotspot-dev mailing list