summaryrefslogtreecommitdiff
path: root/runtime/GC/SemiSpace/README.txt
diff options
context:
space:
mode:
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.