RFR: 8332265: RISC-V: Materialize pointers faster by using a temp register [v2]

Fei Yang fyang at openjdk.org
Wed May 22 14:58:11 UTC 2024


On Wed, 22 May 2024 11:13:27 GMT, Robbin Ehn <rehn at openjdk.org> wrote:

>> src/hotspot/cpu/riscv/macroAssembler_riscv.cpp line 1526:
>> 
>>> 1524: }
>>> 1525: 
>>> 1526: static address get_target_of_movptr2(address insn_addr) {
>> 
>> Similar here. Maybe we can have a common entry of `get_target_of_movptr` which delegates work to `get_target_of_movptr1` and `get_target_of_movptr2`?
>
> Same here or?

Yeah, just keep the current shape.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19246#discussion_r1610150278


More information about the hotspot-dev mailing list