]> gitweb.factorcode.org Git - factor.git/commit
memory management change, allocating primitives call gc directly
authorSlava Pestov <slava@factorcode.org>
Wed, 13 Oct 2004 03:49:43 +0000 (03:49 +0000)
committerSlava Pestov <slava@factorcode.org>
Wed, 13 Oct 2004 03:49:43 +0000 (03:49 +0000)
commitbe8eb34102c4900bf19fa915a16b4ade5cfcedaa
treed9fb4157a7a294d3a8767c739a4e44c801b36529
parent9c2166b0be407e8ab494cf02e29faa46aed8a91d
memory management change, allocating primitives call gc directly
31 files changed:
Makefile
library/cross-compiler.factor
library/platform/native/primitives.factor
library/platform/native/profiler.factor
library/test/math/irrational.factor
native/bignum.c
native/complex.c
native/cons.c
native/error.c
native/error.h
native/factor.h
native/ffi.c
native/file.c
native/fixnum.h
native/float.c
native/gc.c
native/gc.h
native/memory.c
native/memory.h
native/misc.c
native/misc.h
native/primitives.c
native/ratio.c
native/read.c
native/sbuf.c
native/socket.c
native/stack.c
native/string.c
native/vector.c
native/word.c
native/write.c