summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-09-27 19:31:36 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-09-27 19:31:36 +0000
commit326e24fff011f9f5af62bfd2dae964dcd4fd6792 (patch)
treecd1d8bfbf04f5daf5e358a377770b9ef219d3071 /runtime
parent1ed37fdb3bf411f50f2f88dfb0ffe89a30ba16ca (diff)
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
Diffstat (limited to 'runtime')
-rw-r--r--runtime/GC/SemiSpace/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/GC/SemiSpace/README.txt b/runtime/GC/SemiSpace/README.txt
new file mode 100644
index 00000000000..0ddf2e0426b
--- /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.