RFR: 8309254: Implement fast-path for ASCII-compatible CharsetEncoders on RISC-V [v2]

Dingli Zhang dzhang at openjdk.org
Thu Jun 1 07:24:13 UTC 2023


On Thu, 1 Jun 2023 07:05:47 GMT, Ludovic Henry <luhenry 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 2863:
> 
>> 2861:          TEMP v0, TEMP v1, TEMP v2, TEMP v3, TEMP tmp);
>> 2862: 
>> 2863:   format %{ "Encode ASCII array $src, $dst, $len -> $result # KILL $src, $dst, $len, $tmp, V0-V3"%}
> 
> Nit: same as https://github.com/openjdk/jdk/pull/14256/files#r1212667154, missing a space.

Thanks! Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14256#discussion_r1212700396


More information about the hotspot-compiler-dev mailing list