RFR: 8295270: RISC-V: Clean up and refactoring for assembler functions [v3]
Feilong Jiang
fjiang at openjdk.org
Thu Oct 13 15:12:39 UTC 2022
On Thu, 13 Oct 2022 14:25:07 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> Witnessed that some high-level assember functions are placed in file assembler_riscv.hpp/cpp,
>> such as 'movptr', 'li' and so on. These are macro-assembler functions which should be placed
>> in macroAssembler_riscv.hpp/cpp. Meanwhile, we should also move load & store memory and
>> control assembler functions from address of type 'address' / 'Address'.
>>
>> Testing: Tier1 hotspot on HiFive Unmatched board {fastdebug, release}.
>
> Fei Yang has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix
Change looks good. Thanks.
-------------
Marked as reviewed by fjiang (Author).
PR: https://git.openjdk.org/jdk/pull/10697
More information about the hotspot-dev
mailing list