llvm-6502/runtime/GC/SemiSpace
2007-12-29 22:59:10 +00:00
..
Makefile
README.txt
semispace.c remove attribution from a variety of miscellaneous files. 2007-12-29 22:59:10 +00:00

//===----------------------------------------------------------------------===//

Possible enhancement: If a collection cycle happens and the heap is not
compacted very much (say less than 25% of the allocated memory was freed), the
memory regions should be doubled in size.