aboutsummaryrefslogtreecommitdiffstats
path: root/src/bootstrap/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Add stack protection for recursive funcsBad Diode2021-10-171-37/+107
* Add explicit TCO for lambda and if procedureBad Diode2021-10-161-2/+2
* Add a working GC with mark-and-sweepBad Diode2021-10-161-29/+99
* Add mark-sweep algorithm for GC and RootNodesBad Diode2021-10-161-8/+102
* Add boilerplate for GC allocatorBad Diode2021-10-151-0/+48