RFR: 8326306: RISC-V: Re-structure MASM calls and jumps [v5]

Robbin Ehn rehn at openjdk.org
Tue May 7 06:03:52 UTC 2024


On Tue, 7 May 2024 05:44:08 GMT, Robbin Ehn <rehn at openjdk.org> wrote:

>> Great, thanks.
>> 
>> I fixed it by using li() in la() when we can't use auipc, running tests.
>
> That was bad idea.
> 
> Looking into something else.

It's a bit annoying, since if we are about performance in the interpreter we should implement the math stubs, e.g. StubRoutines::dcos.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18942#discussion_r1591854389


More information about the hotspot-dev mailing list