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

GC #17

Open
archseer opened this issue Jan 25, 2019 · 0 comments
Open

GC #17

archseer opened this issue Jan 25, 2019 · 0 comments
Labels
K-research This topic is still being researched L-hard Level: hard

Comments

@archseer
Copy link
Owner

Probably either immix or orca. Each process gets it's own heap consisting of blocks that we independently GC.

At the moment we just use blocks as a sort of an arena GC: they belong to a process and get deallocated when a process drops (though no destructors are called, and we need to ensure the process unregisters in the process registry!!!)

Immix

Orca

Golang GC

@archseer archseer added L-hard Level: hard K-research This topic is still being researched labels Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
K-research This topic is still being researched L-hard Level: hard
Projects
None yet
Development

No branches or pull requests

1 participant