RFR: 8293770: RISC-V: Reuse runtime call trampolines [v2]

Dingli Zhang dzhang at openjdk.org
Thu Sep 15 02:48:52 UTC 2022


On Thu, 15 Sep 2022 01:27:12 GMT, Fei Yang <fyang at openjdk.org> wrote:

> We call far_branches() and entry.target() more than once here in this function, which could be simplified. I think we can set target according to result of far_branches() and plant a single jal(target) instead.

Done. Thanks for reviewing!

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

PR: https://git.openjdk.org/jdk/pull/10260


More information about the hotspot-dev mailing list