Skip to content

Commit

Permalink
x86-64: Use rep movs instructions if array copy size greater than 32 …
Browse files Browse the repository at this point in the history
…bytes

This change applies to byte and char array System.arraycopy
sequence. It avoids using vector instructions for copy
size between 32 bytes to 64 bytes due to an observed regression.

Signed-off-by: Annabelle Huo <Annabelle.Huo@ibm.com>
  • Loading branch information
a7ehuo committed Jun 18, 2024
1 parent 59032a8 commit 8aa9487
Showing 1 changed file with 100 additions and 70 deletions.
Loading

0 comments on commit 8aa9487

Please sign in to comment.