RFR: 8332689: RISC-V: Use load instead of trampolines [v18]

Robbin Ehn rehn at openjdk.org
Thu Jun 27 08:32:41 UTC 2024


On Thu, 27 Jun 2024 07:22:22 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> The reason I don't like "indirect_call", is that all JALR jumps are indirect:
>> `The indirect jump instruction JALR (jump and link register)`
>> 
>> Maybe the middle ground: "indirect_load_call()" ?
>> 
>> I can live with indirect_call also, as it's indirect from programmers POV vs movptr + jalr.
>
> Or `load_and_call`?

Ok, done!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19453#discussion_r1656698379


More information about the hotspot-dev mailing list