RFR: 8332265: RISC-V: Materialize pointers faster by using a temp register [v5]
Robbin Ehn
rehn at openjdk.org
Thu May 23 10:55:36 UTC 2024
On Thu, 23 May 2024 10:48:45 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
>> src/hotspot/cpu/riscv/macroAssembler_riscv.cpp line 3734:
>>
>>> 3732:
>>> 3733: int MacroAssembler::static_call_stub_size() {
>>> 3734: // (lui, addi, slli, addi, slli, addi) + (lui + lui + ssli + add) + jalr
>>
>> Instead of `ssli`, shouldn't it be `slli`?
>
> Yes, for some reason I keep writing ssli instead slli :)
I found one more :) Pushed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19246#discussion_r1611459873
More information about the hotspot-dev
mailing list