https://github.com/shivansh/gc
A mark-and-sweep garbage collector
https://github.com/shivansh/gc
Last synced: 4 months ago
JSON representation
A mark-and-sweep garbage collector
- Host: GitHub
- URL: https://github.com/shivansh/gc
- Owner: shivansh
- Created: 2018-06-04T04:18:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T09:28:38.000Z (over 6 years ago)
- Last Synced: 2025-01-07T16:27:20.038Z (5 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A mark-and-sweep garbage collector
Inspired and based on a [blog post](http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/) by @munificent
The eventual aim is to integrate this with my pet compiler [gogo](https://github.com/shivansh/gogo).