RFR: 8309254: Implement fast-path for ASCII-compatible CharsetEncoders on RISC-V [v2]
Dingli Zhang
dzhang at openjdk.org
Thu Jun 1 07:24:10 UTC 2023
On Thu, 1 Jun 2023 06:47:48 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> Dingli Zhang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add missing space
>
> src/hotspot/cpu/riscv/riscv_v.ad line 2847:
>
>> 2845: TEMP v0, TEMP v1, TEMP v2, TEMP v3, TEMP tmp);
>> 2846:
>> 2847: format %{ "Encode ISO array $src, $dst, $len -> $result # KILL $src, $dst, $len, $tmp, V0-V3"%}
>
> Nit: missing space on LHS of `%}`
Thanks! Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14256#discussion_r1212699989
More information about the hotspot-compiler-dev
mailing list