zJean001 / minigc

minimum gc

Home Page:http://d.hatena.ne.jp/authorNari/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

= mini gc

= Description

This is a simple and minimum GC. The purpose of this project is education.

= Algorithms

* mark and sweep

= Usage

    $ make
    $ ./gc test

About

minimum gc

http://d.hatena.ne.jp/authorNari/

License:MIT License


Languages

Language:C 98.2%Language:Makefile 1.8%