RFR: 8296916: RISC-V: Move some small macro-assembler functions to header file [v2]

Yadong Wang yadongwang at openjdk.org
Tue Nov 15 11:40:07 UTC 2022


On Mon, 14 Nov 2022 02:58:20 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> Witnessed that there are some small macro-assembler functions located in file macroAssembler_riscv.cpp.
>> These are small functions which mostly contain only a single line of code. We should move them to the
>> corresponding header file so that they have a chance to be inlined.
>> 
>> Testing: Tier1 on linux-riscv64 HiFive unmatched board.
>
> Fei Yang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review

lgtm

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

Marked as reviewed by yadongwang (Author).

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


More information about the hotspot-dev mailing list