Added gc-dev3

This commit is contained in:
Justin Ethier 2015-10-23 22:58:57 -04:00
parent 2527edac26
commit 434bac8a2f

View file

@ -1,2 +1,3 @@
Phase 1 (gc-dev) - Add gc.h, make sure it compiles. Phase 1 (gc-dev) - Add gc.h, make sure it compiles.
Phase 2 (gc-dev2) - Change how strings are allocated, to clean up the code and be compatible with a new GC algorithm. Phase 2 (gc-dev2) - Change how strings are allocated, to clean up the code and be compatible with a new GC algorithm.
Phase 3 (gc-dev3) - Change from using a Cheney-style copying collector to a naive mark&sweep algorithm.