summaryrefslogtreecommitdiff
path: root/docs/Statepoints.rst
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2015-02-25 23:22:43 +0000
committerPhilip Reames <listmail@philipreames.com>2015-02-25 23:22:43 +0000
commit651713e05ea095633324e1fec1df1a1270176c30 (patch)
tree5c4900b2f2b44b062a1b07ad1de79d2a9df46a63 /docs/Statepoints.rst
parent63694290ce5260548a723ce94cfd5c09b2e26229 (diff)
[GC docs] Fill in description of the statepoint-example GC strategy
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230572 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Statepoints.rst')
-rw-r--r--docs/Statepoints.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Statepoints.rst b/docs/Statepoints.rst
index 5b584690cdd..e1e7d9b7d7a 100644
--- a/docs/Statepoints.rst
+++ b/docs/Statepoints.rst
@@ -322,6 +322,7 @@ A ``gc.relocate`` is modeled as a ``readnone`` pure function. It has no
side effects since it is just a way to extract information about work
done during the actual call modeled by the ``gc.statepoint``.
+.. _statepoint-stackmap-format:
Stack Map Format
================