munificent / lisp2-gc

A simple implementation of the LISP2 mark-compact GC algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A toy implementation of the LISP2 mark-compact garbage collection algorithm.

It contains two versions. lisp2.c is the simpler of the two and is well-documented. It implements the garbage collector using a single fixed-size heap. lisp2-reallocate.c extends that by growing and shrinking the heap as needed.

About

A simple implementation of the LISP2 mark-compact GC algorithm

License:Other


Languages

Language:C 98.2%Language:Makefile 1.8%