From b0991ba014562bb23cbd99939c31502a9a982957 Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Wed, 25 Feb 2015 00:18:04 +0000 Subject: Update the GC docs to explicitly mention both gcroot and gc.statepoint Also, fix confusing bit of the gcroot documentation that bit me personally. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230405 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Statepoints.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Statepoints.rst') diff --git a/docs/Statepoints.rst b/docs/Statepoints.rst index b77a0f4c6bf..9d19d03414d 100644 --- a/docs/Statepoints.rst +++ b/docs/Statepoints.rst @@ -14,8 +14,8 @@ with caution. Because the intrinsics have experimental status, compatibility across LLVM releases is not guaranteed. LLVM currently supports an alternate mechanism for conservative -garbage collection support using the gc_root intrinsic. The mechanism -described here shares little in common with the alternate +garbage collection support using the ``gcroot`` intrinsic. The mechanism +described here shares little in common with the alternate ``gcroot`` implementation and it is hoped that this mechanism will eventually replace the gc_root mechanism. -- cgit v1.2.3