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

Concurrent GC #2

Open
jasonwilliams opened this issue Apr 20, 2020 · 1 comment
Open

Concurrent GC #2

jasonwilliams opened this issue Apr 20, 2020 · 1 comment

Comments

@jasonwilliams
Copy link

jasonwilliams commented Apr 20, 2020

Hey great project

Do you have any plans to support a concurrent GC?
I think this was attempted in rust-gc, but they gave up :/

https://manishearth.github.io/blog/2015/09/01/designing-a-gc-in-rust/#concurrency
Manishearth/rust-gc#6

For context, i maintain https://github.com/jasonwilliams/boa which is a user of rust-gc, concurrent GC is something we may wish for in future.

@zesterer
Copy link
Owner

No specific plans, but I wouldn't object to working with someone trying to implement it. As I understand from my admittedly limited research, the mechanisms required to safely implement concurrent cleanup are quite complex. I'll have a think about whether this could be done in a simple manner.

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

2 participants