diff options
author | Philip Reames <listmail@philipreames.com> | 2015-02-25 23:45:20 +0000 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2015-02-25 23:45:20 +0000 |
commit | f80bbfffc233ad21e5ba58f2fb889c8c420455fc (patch) | |
tree | cd29c9469dd63dc986fbb5a3680688e08fbdfd7f /llvm/docs/GarbageCollection.rst | |
parent | 751bb41be491d5f287629e8ec4cfc543838c3171 (diff) | |
download | bcm5719-llvm-f80bbfffc233ad21e5ba58f2fb889c8c420455fc.tar.gz bcm5719-llvm-f80bbfffc233ad21e5ba58f2fb889c8c420455fc.zip |
[GC Docs] Update LangRef to link to Statepoint docs
Add a brief section linking to the experimental statepoint intrinsics analogous to the one we have linking to patchpoint.
While I'm here, cleanup some wording about what the gc "name" attribute actually means. It's not the name of a *collector* it's the name of the *strategy* which may be compatible with multiple collectors.
llvm-svn: 230576
Diffstat (limited to 'llvm/docs/GarbageCollection.rst')
-rw-r--r-- | llvm/docs/GarbageCollection.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/GarbageCollection.rst b/llvm/docs/GarbageCollection.rst index 5d1588a7fe4..a1557fcdb09 100644 --- a/llvm/docs/GarbageCollection.rst +++ b/llvm/docs/GarbageCollection.rst @@ -386,6 +386,8 @@ greater performance impact since pointer reads are more frequent than writes. .. _plugin: +.. _builtin-gc-strategies: + Built In GC Strategies ====================== |