summaryrefslogtreecommitdiff
path: root/runtime/GC/SemiSpace/README.txt
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2009-03-02 03:46:48 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2009-03-02 03:46:48 +0000
commit6da385e07fbb4c555c5db0022f8d7c2cad0e9f17 (patch)
treeed4cc8f8c93c5a124ab835b6681ca97fb4508dd9 /runtime/GC/SemiSpace/README.txt
parent3975f2bf9e5e991f4628b2ac94ed5b57e2d66ab6 (diff)
downloadllvm-6da385e07fbb4c555c5db0022f8d7c2cad0e9f17.tar.gz
llvm-6da385e07fbb4c555c5db0022f8d7c2cad0e9f17.tar.bz2
llvm-6da385e07fbb4c555c5db0022f8d7c2cad0e9f17.tar.xz
Drop toy GC runtime.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GC/SemiSpace/README.txt')
-rw-r--r--runtime/GC/SemiSpace/README.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/GC/SemiSpace/README.txt b/runtime/GC/SemiSpace/README.txt
deleted file mode 100644
index 0ddf2e0426..0000000000
--- a/runtime/GC/SemiSpace/README.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-//===----------------------------------------------------------------------===//
-
-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.