RFR: 8319781: RISC-V: Refactor UseRVV related checks [v2]
Hamlin Li
mli at openjdk.org
Mon Nov 13 15:21:11 UTC 2023
> Hi,
> Can you review the patch to refactor the code related UseRVV checks?
> Thanks!
>
> There are some code (flag setting/checking) depending on UseRVV's value, these code should be refactored, especially after the change of https://bugs.openjdk.org/browse/JDK-8319408:
> 1. some code needs to get the final UseRVV's value rather than the initial value, e.g. ChaCha20 intrinsic.
> 2. refactored to be more readable.
> 3. also add note to make sure the future code get the final UseRVV value instead of inital value.
Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
refine comments
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16580/files
- new: https://git.openjdk.org/jdk/pull/16580/files/f9337946..096ea83c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16580&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16580&range=00-01
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/16580.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16580/head:pull/16580
PR: https://git.openjdk.org/jdk/pull/16580
More information about the hotspot-dev
mailing list