RFR: 8296602: RISC-V: improve performance of copy_memory stub [v2]
Vladimir Kempik
vkempik at openjdk.org
Thu Nov 17 08:08:22 UTC 2022
On Thu, 17 Nov 2022 07:31:08 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> Vladimir Kempik has updated the pull request incrementally with one additional commit since the last revision:
>>
>> remove excessive comments
>
> src/hotspot/cpu/riscv/stubGenerator_riscv.cpp line 1042:
>
>> 1040: __ bind(copy32);
>> 1041: if (is_backwards) {
>> 1042: __ addi(src, src, -wordSize*4);
>
> Can you leave a space before and after the operator here and other places?
Not sure I'm getting you right here. Please elaborate
-------------
PR: https://git.openjdk.org/jdk/pull/11058
More information about the hotspot-compiler-dev
mailing list