From 05d0265fef651de152c8127aa701e689555649f3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 18 Apr 2011 23:59:50 +0000 Subject: docs: Use as Heading elements instead of
. H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GarbageCollection.html | 84 ++++++++++++++++++++++----------------------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'docs/GarbageCollection.html') diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html index bd114b562f..aa83a2d6d8 100644 --- a/docs/GarbageCollection.html +++ b/docs/GarbageCollection.html @@ -13,9 +13,9 @@ -
+

Accurate Garbage Collection with LLVM -

+
  1. Introduction @@ -79,9 +79,9 @@
- +
@@ -127,9 +127,9 @@ support accurate garbage collection.

- +
@@ -199,9 +199,9 @@ compiler matures.

- +
@@ -249,9 +249,9 @@ into llc and works even with the interpreter and C backends.

- +
@@ -276,9 +276,9 @@ switching to a more advanced GC.

- +
@@ -343,9 +343,9 @@ void visitGCRoots(void (*Visitor)(void **Root, const void *Meta)) { }
- +
@@ -373,9 +373,9 @@ in order to improve performance.

- +
@@ -393,9 +393,9 @@ program.

- +
define ty @name(...) gc "name" { ... @@ -418,9 +418,9 @@ programs that use different garbage collection algorithms (or none at all).

- +
void @llvm.gcroot(i8** %ptrloc, i8* %metadata) @@ -494,9 +494,9 @@ CodeBlock:
- +
@@ -537,9 +537,9 @@ are used.

- +
void @llvm.gcwrite(i8* %value, i8* %object, i8** %derived) @@ -559,9 +559,9 @@ implement reference counting.

- +
i8* @llvm.gcread(i8* %object, i8** %derived)
@@ -581,9 +581,9 @@ writes.

- +
@@ -669,9 +669,9 @@ as a language-specific compiler front-end.

- +
@@ -958,9 +958,9 @@ interest.

- +
@@ -1014,9 +1014,9 @@ for collector plugins which implement reference counting or a shadow stack.

- +
@@ -1039,10 +1039,10 @@ this feature should be used by all GC plugins. It is enabled by default.

- +
@@ -1129,9 +1129,9 @@ bool MyGC::performCustomLowering(Function &F) { - +
@@ -1193,9 +1193,9 @@ safe point (because only the topmost function has been patched).

- +
@@ -1343,9 +1343,9 @@ void MyGCPrinter::finishAssembly(std::ostream &OS, AsmPrinter &AP, - +
-- cgit v1.2.3