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

Garbage Collection #20

Open
0xekez opened this issue Dec 29, 2020 · 0 comments
Open

Garbage Collection #20

0xekez opened this issue Dec 29, 2020 · 0 comments
Labels
Compiler 🐅 Related to the compiler enhancement New feature or request

Comments

@0xekez
Copy link
Owner

0xekez commented Dec 29, 2020

We now have heap allocation wired up in lustc. This means that its time to start thinking about garbage collection. For now I have wrapped malloc in an alloc function. In 164 Hilfinger uses a similar method and I believe that later we ought to be able to add some machinery to alloc to track allocations and later garbage collect.

@0xekez 0xekez transferred this issue from another repository Feb 2, 2021
@0xekez 0xekez added Compiler 🐅 Related to the compiler enhancement New feature or request labels Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler 🐅 Related to the compiler enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant