diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html index 3263fc624b0..744279bdf31 100644 --- a/docs/GarbageCollection.html +++ b/docs/GarbageCollection.html @@ -36,6 +36,7 @@
  • GC implementations available
  • - Callback functions used to implement the garbage collector + Callback functions used to implement the garbage collector
    +
    +

    Garbage collector implementations make use of call-back functions that are implemented by other parts of the LLVM system. +

    +
    @@ -460,7 +465,7 @@ collector, etc), or you could choose to improve one of the existing algorithms.
    - SemiSpace - A simple copying garbage collector + SemiSpace - A simple copying garbage collector