diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-09-27 19:31:36 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-09-27 19:31:36 +0000 |
commit | 326e24fff011f9f5af62bfd2dae964dcd4fd6792 (patch) | |
tree | cd1d8bfbf04f5daf5e358a377770b9ef219d3071 /runtime | |
parent | 1ed37fdb3bf411f50f2f88dfb0ffe89a30ba16ca (diff) | |
download | external_llvm-326e24fff011f9f5af62bfd2dae964dcd4fd6792.zip external_llvm-326e24fff011f9f5af62bfd2dae964dcd4fd6792.tar.gz external_llvm-326e24fff011f9f5af62bfd2dae964dcd4fd6792.tar.bz2 |
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.txt | 5 |
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 0000000..0ddf2e0 --- /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. |