Skip to content
Success

Changes

Summary

  1. AArch64: Improve arraycopy inlining (commit: 84de48b) (details)
Commit 84de48bf7c2f7bb6df3ea7ae240302971c74c990 by Kazuhiro Konno
AArch64: Improve arraycopy inlining

This commit improves the inlined code of arraycopy for AArch64, by
using ldp/stp instructions with a pair of SIMD registers, which can
load/store 32 bytes at a time.

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
(commit: 84de48b)
The file was modified compiler/aarch64/codegen/OMRTreeEvaluator.cpp (diff)