-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat: garbage collector (defaults to mark&sweep) #99
Conversation
Codecov Report
@@ Coverage Diff @@
## master #99 +/- ##
==========================================
+ Coverage 77.87% 78.02% +0.14%
==========================================
Files 134 141 +7
Lines 8833 9034 +201
==========================================
+ Hits 6879 7049 +170
- Misses 1954 1985 +31
Continue to review full report at Codecov.
|
c4d9c0f
to
3bd4397
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! 👏 Good abstractions and well-implemented overall.
I do have some minor requests for changes.
2fcc6c9
to
0019773
Compare
This PR adds simple garbage collection to Mun.