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: Save non-clobberable argument register when passed using the stack #16458

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

Akira1Saitoh
Copy link
Contributor

When building arguments to function calls, a non-clobberable register must be copied. Copying was only done for arguments passed by register, but non-clobberable registers holding arguments passed using the stack must be copied as well.

Signed-off-by: Akira Saitoh saiaki@jp.ibm.com

… stack

When building arguments to function calls, a non-clobberable register
must be copied. Copying was only done for arguments passed by register,
but non-clobberable registers holding arguments passed using the stack
must be copied as well.

Signed-off-by: Akira Saitoh <saiaki@jp.ibm.com>
@Akira1Saitoh Akira1Saitoh marked this pull request as ready for review December 13, 2022 10:46
@0xdaryl
Copy link
Contributor

0xdaryl commented Dec 13, 2022

Jenkins test sanity amac,alinux64 jdk11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants