RFR: 8326306: RISC-V: Re-structure MASM calls and jumps [v12]
Fei Yang
fyang at openjdk.org
Tue May 14 07:19:05 UTC 2024
On Tue, 14 May 2024 02:33:13 GMT, Fei Yang <fyang at openjdk.org> wrote:
> RuntimeAddress target(dest);
Yeah, I know what you mean. As you see, the `address` passed to `rt_call` is used to construct a `RuntimeAddress` in this function which is also an `Address`. It seems that it will be more consistent to build a `RuntimeAddress` and pass that to `rt_call`, which is similar with others like `far_call`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18942#issuecomment-2109450998
More information about the hotspot-dev
mailing list