From 326e24fff011f9f5af62bfd2dae964dcd4fd6792 Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Thu, 27 Sep 2007 19:31:36 +0000 Subject: GarbageCollection.html is expanded to encompass the coming capabilities. This is a major rewrite and is easier to read en toto rather than patchwise. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42414 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/GC/SemiSpace/README.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 runtime/GC/SemiSpace/README.txt (limited to 'runtime') diff --git a/runtime/GC/SemiSpace/README.txt b/runtime/GC/SemiSpace/README.txt new file mode 100644 index 0000000000..0ddf2e0426 --- /dev/null +++ b/runtime/GC/SemiSpace/README.txt @@ -0,0 +1,5 @@ +//===----------------------------------------------------------------------===// + +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. -- cgit v1.2.3