RFR: 8320448: Accelerate IndexOf using AVX2 [v5]
Scott Gibbons
sgibbons at openjdk.org
Wed May 22 14:53:28 UTC 2024
On Mon, 8 Jan 2024 10:32:51 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> Scott Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Addressing review comments.
>
> src/hotspot/share/opto/library_call.cpp line 1273:
>
>> 1271: Node* result = nullptr;
>> 1272:
>> 1273: if ((StubRoutines::string_indexof() != nullptr) && (ae == StrIntrinsicNode::LL)) {
>
> Why are we not calling stub for StrIntrinsicNode::UU
Stub being called for LL, UL, and UU now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16753#discussion_r1610089409
More information about the hotspot-compiler-dev
mailing list