summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-02-05 20:30:28 -0500
committerBen Gamari <ben@smart-cactus.org>2020-02-14 10:17:00 -0500
commit8cf646d36b02b8ea1c289cb52781c9171853b514 (patch)
tree3fd9d86141b719dec40ac65abc6d15f669c29acf /docs
parent8cabb384775adacf8326f7dd2cf99291da8dddbb (diff)
downloadhaskell-8cf646d36b02b8ea1c289cb52781c9171853b514.tar.gz
users-guide: Document -ddump-srts
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/debugging.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst
index 82d10e6e99..e1455bd456 100644
--- a/docs/users_guide/debugging.rst
+++ b/docs/users_guide/debugging.rst
@@ -521,6 +521,12 @@ These flags dump various phases of GHC's C-\\- pipeline.
Each CFG is dumped in dot format graph making it easy
to visualize them.
+.. ghc-flag:: -ddump-srts
+ :shortdesc: Dump the Static Reference Tables computed for the program's bindings.
+ :type: dynamic
+
+ Dumps the static reference tables computed for CAFfy bindings.
+
LLVM code generator
~~~~~~~~~~~~~~~~~~~~~~