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

[llvm] Clarify whether aarch64 supports gc.statepoints #53655

Closed
zero9178 opened this issue Feb 8, 2022 · 2 comments
Closed

[llvm] Clarify whether aarch64 supports gc.statepoints #53655

zero9178 opened this issue Feb 8, 2022 · 2 comments

Comments

@zero9178
Copy link
Member

zero9178 commented Feb 8, 2022

The documentation (https://llvm.org/docs/Statepoints.html#supported-architectures) currently states that it is only supported for X86_64 , yet by chance I just came across https://reviews.llvm.org/D66012 which seems to have landed some time ago.

The commit message does imply that the transition flag is not supported, but I believe it might be worth documenting either way, if the rest of the functionality works (and seems to be in use by GraalVM)

@llvmbot
Copy link
Collaborator

llvmbot commented Feb 8, 2022

@llvm/issue-subscribers-backend-aarch64

@preames
Copy link
Collaborator

preames commented Feb 13, 2022

I can confirm that Aarch64 supports gc.statepoint. A patch to fix the documentation would be welcomed.

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

4 participants