RFR: 8320697: RISC-V: Small refactoring for runtime calls
Feilong Jiang
fjiang at openjdk.org
Tue Nov 28 10:41:11 UTC 2023
On Tue, 28 Nov 2023 09:46:21 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> I think there is an underlying issue with the whole design with masm/asm. As there is no clear separation between "I want this to happen" and "I want to emit this instruction". I think methods which have identical name as an instruction should indicate "I want to emit this instruction".
Agreed. I can revert the renaming of `auipc` and keep the other parts. IMHO, `la_patchable` is not good enough though. So maybe we could do more refactoring on `la_patchable`, but this should be done in another pr.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16816#issuecomment-1829549492
More information about the hotspot-compiler-dev
mailing list