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

Native garbage collector implementation #59

Open
1 task
alexrp opened this issue Mar 26, 2023 · 0 comments
Open
1 task

Native garbage collector implementation #59

alexrp opened this issue Mar 26, 2023 · 0 comments
Assignees
Labels
area: interpreter Issues related to the bytecode interpreter. area: native Issues related to the native support library. area: runtime Issues related to the runtime system. state: blocked Issues that are blocked on some other issue/work. type: feature Issues that are classified as feature requests.
Milestone

Comments

@alexrp
Copy link
Sponsor Member

alexrp commented Mar 26, 2023

Implement an agent-local garbage collector that doesn't rely on the .NET GC at all.

Depends on:

@alexrp alexrp added state: blocked Issues that are blocked on some other issue/work. type: feature Issues that are classified as feature requests. area: runtime Issues related to the runtime system. area: interpreter Issues related to the bytecode interpreter. area: native Issues related to the native support library. labels Mar 26, 2023
@alexrp alexrp self-assigned this Mar 26, 2023
@alexrp alexrp added this to the v1.0 milestone Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: interpreter Issues related to the bytecode interpreter. area: native Issues related to the native support library. area: runtime Issues related to the runtime system. state: blocked Issues that are blocked on some other issue/work. type: feature Issues that are classified as feature requests.
Development

No branches or pull requests

1 participant