Integrated: 8296916: RISC-V: Move some small macro-assembler functions to header file

Fei Yang fyang at openjdk.org
Wed Nov 16 12:05:27 UTC 2022


On Mon, 14 Nov 2022 02:19:30 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.

This pull request has now been integrated.

Changeset: c3b285a8
Author:    Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c3b285a8acaf4a6771e80b0a19bf21d6873f1a38
Stats:     292 lines in 3 files changed: 106 ins; 146 del; 40 mod

8296916: RISC-V: Move some small macro-assembler functions to header file

Reviewed-by: fjiang, yadongwang, shade

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

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


More information about the hotspot-dev mailing list