RFR: 8295270: RISC-V: Clean up and refactoring for assembler functions [v5]
Fei Yang
fyang at openjdk.org
Fri Oct 14 07:11:49 UTC 2022
> 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 on HiFive Unmatched board {fastdebug, release}.
Fei Yang has updated the pull request incrementally with one additional commit since the last revision:
Fix indentation
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10697/files
- new: https://git.openjdk.org/jdk/pull/10697/files/25e1baa2..bc2e56ae
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10697&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10697&range=03-04
Stats: 20 lines in 2 files changed: 4 ins; 1 del; 15 mod
Patch: https://git.openjdk.org/jdk/pull/10697.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10697/head:pull/10697
PR: https://git.openjdk.org/jdk/pull/10697
More information about the hotspot-dev
mailing list