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 Sweeping #25

Open
pliniker opened this issue Jul 7, 2020 · 0 comments
Open

GC Sweeping #25

pliniker opened this issue Jul 7, 2020 · 0 comments
Labels
allocator Area: allocator garbage collection Area: garbage collection medium Some experience and/or subject matter knowledge required

Comments

@pliniker
Copy link
Member

pliniker commented Jul 7, 2020

Implement dead object sweeping across all blocks.

  • Blocks with 2 or more consecutively unmarked lines should be added to an allocation block-recycling list
  • The allocator should make use of recycled blocks: recycled blocks should be made use of before pulling from the free-blocks list

Depends on:

@pliniker pliniker added medium Some experience and/or subject matter knowledge required allocator Area: allocator garbage collection Area: garbage collection labels Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
allocator Area: allocator garbage collection Area: garbage collection medium Some experience and/or subject matter knowledge required
Projects
None yet
Development

No branches or pull requests

1 participant