treyzania / simple-c-gc

A simple GC framework doing research for a language runtime I have in mind.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple C GC

This is some tests I'm making for learning about garbage collectors and working with memory-management models.

Dependencies

I've only tried building this on Debian, but if you use anything other than that then you should be smart enough to figure out how to build it yourself.

So you should have the following packages installed:

  • pkg-config

  • libglib2.0-dev (And probably glib-2.0, if it doesn't come with it.)

About

A simple GC framework doing research for a language runtime I have in mind.

License:Other


Languages

Language:C 97.4%Language:Makefile 2.6%