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: consider implementing dedicated stacks like on x64 #1155

Closed
wkozaczuk opened this issue Jun 27, 2021 · 0 comments
Closed

aarch64: consider implementing dedicated stacks like on x64 #1155

wkozaczuk opened this issue Jun 27, 2021 · 0 comments
Labels

Comments

@wkozaczuk
Copy link
Collaborator

Like X64, AAch64 port would benefit from the dedicated interrupt, exception, and syscall stack. The interrupt, exception one would help in debugging so it is optional but would become necessary to implement "lazy" application stack (see #143). Also, the syscall stack would be necessary to support Golang apps on aarch64, I think.

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

No branches or pull requests

1 participant