llvm-6502/runtime/GC/SemiSpace/README.txt

6 lines
275 B
Plaintext
Raw Normal View History

//===----------------------------------------------------------------------===//
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.