hanchenye-llvm-project/llvm/runtime/GC/SemiSpace
Gordon Henriksen 0076a6727e GarbageCollection.html is expanded to encompass the coming
capabilities. This is a major rewrite and is easier to read en toto
rather than patchwise.

llvm-svn: 42414
2007-09-27 19:31:36 +00:00
..
Makefile
README.txt GarbageCollection.html is expanded to encompass the coming 2007-09-27 19:31:36 +00:00
semispace.c

README.txt

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

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.