]> gitweb.factorcode.org Git - factor.git/history - vm/data_gc.c
Initial import
[factor.git] / vm / data_gc.c
2007-09-20 Slava PestovInitial import first-git-commit
2006-12-18 slavaGrab native stack pointer from signal handler
2006-12-17 slavaFix runtime compile warnings; working on native stack...
2006-11-07 slavaFirst cut at bignum inline allocators
2006-11-03 slavaFix callstack overflow handling
2006-11-02 slavaMore allot_* cleanups
2006-11-02 slavaUpdate bignum code for allot_* changes
2006-11-01 slavaRemove unused environment slot and simply room primitive
2006-11-01 slavaDon't use retain stack for extra roots
2006-11-01 slavaBig VM type renaming; add secure GC which wipes the...
2006-10-31 slavaRemove unused function from runtime
2006-10-31 slavaallot_* overhaul
2006-09-27 slavaReplace compiled? primitive with compiled? word slot
2006-09-26 slavaNew code-gc primitive
2006-09-26 slavaRuntime code cleanups, implemented mark and sweep code GC