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

Stack overflow for JikesRVM #59

Open
qinsoon opened this issue Mar 26, 2020 · 1 comment
Open

Stack overflow for JikesRVM #59

qinsoon opened this issue Mar 26, 2020 · 1 comment

Comments

@qinsoon
Copy link
Member

qinsoon commented Mar 26, 2020

In GitLab by @caizixian on Feb 7, 2019, 18:01

Rust uses different techniques to detect stack overflow. rust-lang/rust#27338

And JikesRVM relies on compiler-inserted code for detecting stack overflow, which doesn't work for Rust & Native code.

We have to be mindful for the stack usage of Rust code, especially Rust compiler tends to allocate on stack first and then copy to the heap.

It would be nice to at least build an infrastructure for detecting stack overflow for Rust code.

@qinsoon
Copy link
Member Author

qinsoon commented Mar 26, 2020

In GitLab by @caizixian on Feb 7, 2019, 18:01

changed the description

@qinsoon qinsoon transferred this issue from mmtk/mmtk-core Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant