RFR: 8357056: RISC-V: Asm fixes - load/store width [v3]
Feilong Jiang
fjiang at openjdk.org
Thu May 22 08:02:10 UTC 2025
On Thu, 22 May 2025 07:10:24 GMT, Hamlin Li <mli at openjdk.org> wrote:
> I think the original rd/rs is easier to understand the meaning of the parameters. Although the changed one is consistent with the specification, it seems to me that it is more error-prone to use it, maybe it's just my feeling?
Currently, we only use the store instructions with `Address` or `address`, which is less confusing.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25253#issuecomment-2900269135
More information about the hotspot-compiler-dev
mailing list