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

Implement garbage collection #18

Closed
ldilley opened this issue Jul 12, 2020 · 1 comment
Closed

Implement garbage collection #18

ldilley opened this issue Jul 12, 2020 · 1 comment
Assignees
Labels
new feature Request something new
Projects
Milestone

Comments

@ldilley
Copy link
Member

ldilley commented Jul 12, 2020

Implement a mark-and-sweep garbage collector. Each object now contains a marked boolean field for this purpose. Collection can occur whenever a new object is created.

@ldilley ldilley added the new feature Request something new label Jul 12, 2020
@ldilley ldilley added this to the 0.1.0 milestone Jul 12, 2020
@ldilley ldilley added this to ToDo in Concoct via automation Jul 12, 2020
@ldilley ldilley mentioned this issue Jul 12, 2020
14 tasks
ldilley added a commit that referenced this issue Jul 17, 2020
@ldilley ldilley self-assigned this Aug 5, 2021
@ldilley ldilley moved this from ToDo to In Progress in Concoct Sep 10, 2023
@ldilley
Copy link
Member Author

ldilley commented Sep 10, 2023

collect_garbage() in memory.c handles this functionality.

@ldilley ldilley closed this as completed Sep 10, 2023
Concoct automation moved this from In Progress to Complete Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Request something new
Projects
Concoct
  
Complete
Development

No branches or pull requests

1 participant