Skip to content
Success

Changes

Summary

  1. x86-64: Use rep movs instructions if array copy size greater than 32 bytes (commit: 8aa9487) (details)
Commit 8aa948709dc99e5837b7806172d2fbfe6e36825c by Annabelle Huo
x86-64: Use rep movs instructions if array copy size greater than 32 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>
(commit: 8aa9487)
The file was modified compiler/x/codegen/OMRTreeEvaluator.cpp (diff)