Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AArch64: Implement fast System.arraycopy #12122

Closed
0xdaryl opened this issue Mar 4, 2021 · 2 comments
Closed

AArch64: Implement fast System.arraycopy #12122

0xdaryl opened this issue Mar 4, 2021 · 2 comments

Comments

@0xdaryl
Copy link
Contributor

0xdaryl commented Mar 4, 2021

Implement a primitive and reference version of System.arraycopy that does not involve calling the Java JNI native.

Consider optimizations such as inlining constant length copies in JITed code to improve performance.

@0xdaryl 0xdaryl changed the title AArch64: Implement fast System.arraycopy implementation AArch64: Implement fast System.arraycopy Mar 4, 2021
@knn-k
Copy link
Contributor

knn-k commented Mar 22, 2021

Related Issue: #6438

@knn-k
Copy link
Contributor

knn-k commented Aug 23, 2021

Primitive and reference arraycopy has been implemented and enabled for AArch64.

@0xdaryl 0xdaryl closed this as completed Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants