RFR: 8320448: Accelerate IndexOf using AVX2 [v19]

Scott Gibbons sgibbons at openjdk.org
Fri May 17 23:56:07 UTC 2024


On Fri, 17 May 2024 22:40:50 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> The entry code switches Windows calling convention into Linux calling convention by moving/saving registers, which are properly restored on function exit.  This makes register tracking easier.
>
> I don't see the place where the switch is happening before this initial piece of code.  You also have windows tests failing in the GHA. Could you please double check?

Fixed to use c_rargX

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

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


More information about the core-libs-dev mailing list