summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2014-12-04 00:45:23 +0000
committerPhilip Reames <listmail@philipreames.com>2014-12-04 00:45:23 +0000
commitce5ff371b383f3a5d1384e825c10b71c33a6a02a (patch)
tree105114b5a4059e9d422ab10738f3b089279fce22 /llvm/docs
parenta5e2a66dda6e64695d74293d3400f8b336acd68f (diff)
downloadbcm5719-llvm-ce5ff371b383f3a5d1384e825c10b71c33a6a02a.tar.gz
bcm5719-llvm-ce5ff371b383f3a5d1384e825c10b71c33a6a02a.zip
Minor typo and link fixes for Statepoint documentation
llvm-svn: 223327
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/Statepoints.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/docs/Statepoints.rst b/llvm/docs/Statepoints.rst
index 5365e8bd6b3..f916fe4321f 100644
--- a/llvm/docs/Statepoints.rst
+++ b/llvm/docs/Statepoints.rst
@@ -63,7 +63,7 @@ Instead, the statepoint intrinsic marks the actual site of the safepoint or stat
When lowered, this example would generate the following x86 assembly::
put assembly here
-Each of the potentially relocated values has been spilled to the stack, and a record of that location has been recorded to the StackMap section. If the garbage collector needs to update any of these pointers during the call, it knows exactly what to change.
+Each of the potentially relocated values has been spilled to the stack, and a record of that location has been recorded to the :ref:`Stack Map section <stackmap-section>`. If the garbage collector needs to update any of these pointers during the call, it knows exactly what to change.
Intrinsics
===========
@@ -175,12 +175,10 @@ The return value of ''gc_relocate'' is the potentially relocated value of the po
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''.
-StackMap Format
+Stack Map Format
================
-Locations for each pointer value which may need read and/or updated by the runtime or collector are provided via the StackMap format specified in the PatchPoint documentation.
-
-.. TODO: link
+Locations for each pointer value which may need read and/or updated by the runtime or collector are provided via the :ref:`Stack Map format <stackmap-format>` specified in the PatchPoint documentation.
Each statepoint generates the following Locations:
OpenPOWER on IntegriCloud