RFR: 8320448: Accelerate IndexOf using AVX2 [v35]

Scott Gibbons sgibbons at openjdk.org
Fri May 24 23:11:16 UTC 2024


On Fri, 24 May 2024 00:09:38 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> Scott Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review comments - move stubGen*_string.cpp to c2_stubGen*_string.cpp
>
> src/hotspot/cpu/x86/c2_stubGenerator_x86_64_string.cpp line 1754:
> 
>> 1752:         continue;
>> 1753:       } else {
>> 1754:         Label L_loopTop;
> 
> L_loopTop label not used in the else block.

Removed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16753#discussion_r1614117294


More information about the core-libs-dev mailing list