]> gitweb.factorcode.org Git - factor.git/commit
starting generational GC
authorSlava Pestov <slava@factorcode.org>
Wed, 11 May 2005 02:30:58 +0000 (02:30 +0000)
committerSlava Pestov <slava@factorcode.org>
Wed, 11 May 2005 02:30:58 +0000 (02:30 +0000)
commit16c95ca373f97114b9c7ae6c38cafed8dc20336b
tree86687564704a4c3ae730c3b4158567fe96d0e5ab
parente1b6d9affa9e42ef2f6e816d9d7d80ef54aefc3e
starting generational GC
21 files changed:
Makefile
TODO.FACTOR.txt
factor/FactorWord.java
library/bootstrap/image.factor
library/test/test.factor
native/bignum.c
native/bignum.h
native/compiler.c
native/factor.c
native/gc.c
native/gc.h
native/image.c
native/image.h
native/memory.c
native/memory.h
native/relocate.c
native/run.c
native/run.h
native/types.c
native/unix/memory.c [new file with mode: 0644]
native/win32/memory.c [new file with mode: 0644]