diff options
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. |