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

Concurrency in Ieiunium GC #4

Closed
playXE opened this issue Feb 8, 2020 · 0 comments
Closed

Concurrency in Ieiunium GC #4

playXE opened this issue Feb 8, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@playXE
Copy link
Member

playXE commented Feb 8, 2020

Ieiunium is incremental stop the world mark&sweep&compact garbage collector. This GC is already really fast and can get big boost when you will enable parallel version of this GC, but this may take long time to mark entire heap and then sweep so we need concurrent implementation of mark&sweep (compacting will require stop-the-world).

@playXE playXE added the enhancement New feature or request label Feb 8, 2020
@playXE playXE closed this as completed Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant