From: Gordon Henriksen Date: Tue, 11 Dec 2007 00:30:17 +0000 (+0000) Subject: CollectorMetadata and Collector are rejiggered to get along with X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ad93c4f936d220570535711262e0fff8857f798a;p=oota-llvm.git CollectorMetadata and Collector are rejiggered to get along with per-function collector model. Collector is now the factory for CollectorMetadata, so the latter may be subclassed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44827 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html index 90f42bb1458..4b5bd50aca1 100644 --- a/docs/GarbageCollection.html +++ b/docs/GarbageCollection.html @@ -36,8 +36,10 @@ -
  • Collection intrinsics +
  • Core support