From 7843c16f311987c09eae5329a7d8825b5e81f80f Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Tue, 11 Dec 2007 00:30:17 +0000 Subject: 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. llvm-svn: 44827 --- llvm/docs/GarbageCollection.html | 258 ++++++++++++++++++++++----------------- 1 file changed, 146 insertions(+), 112 deletions(-) (limited to 'llvm/docs/GarbageCollection.html') diff --git a/llvm/docs/GarbageCollection.html b/llvm/docs/GarbageCollection.html index 90f42bb1458..4b5bd50aca1 100644 --- a/llvm/docs/GarbageCollection.html +++ b/llvm/docs/GarbageCollection.html @@ -36,8 +36,10 @@ -
  • Collection intrinsics +
  • Core support