RFR: 8343030: RISC-V: Small assembler cleanups [v2]
Fei Yang
fyang at openjdk.org
Sat Oct 26 03:35:12 UTC 2024
On Fri, 25 Oct 2024 09:30:41 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> Hi, please review this small code cleanups.
>>
>> Witnessed some explicit type conversion to `address` is not necessary now.
>> Also we can make use of `void la(Register Rd, const address addr)` where possible to simplify the code.
>> This also adds one temporary register parameter for the `cmpptr` assembler routine.
>>
>> Testing on linux-riscv64:
>> - [x] tier1 (release)
>
> Fei Yang has updated the pull request incrementally with one additional commit since the last revision:
>
> Comment
Thanks all for the review!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21699#issuecomment-2439238105
More information about the hotspot-dev
mailing list