summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit0076a6727e9b5e4b63ca578d788cfcee55d5a0bc (patch)
tree0fd18986432c3682869fc30f141a3b98b9302a03 /llvm/runtime
parent5a71402be679893fcf2057cfe7489cdfa844d8f1 (diff)
downloadbcm5719-llvm-0076a6727e9b5e4b63ca578d788cfcee55d5a0bc.tar.gz
bcm5719-llvm-0076a6727e9b5e4b63ca578d788cfcee55d5a0bc.zip
GarbageCollection.html is expanded to encompass the coming
capabilities. This is a major rewrite and is easier to read en toto rather than patchwise. llvm-svn: 42414
Diffstat (limited to 'llvm/runtime')
-rw-r--r--llvm/runtime/GC/SemiSpace/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/runtime/GC/SemiSpace/README.txt b/llvm/runtime/GC/SemiSpace/README.txt
new file mode 100644
index 00000000000..0ddf2e0426b
--- /dev/null
+++ b/llvm/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.
OpenPOWER on IntegriCloud