diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-02-05 20:30:28 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-02-14 10:17:00 -0500 |
commit | 8cf646d36b02b8ea1c289cb52781c9171853b514 (patch) | |
tree | 3fd9d86141b719dec40ac65abc6d15f669c29acf /docs | |
parent | 8cabb384775adacf8326f7dd2cf99291da8dddbb (diff) | |
download | haskell-8cf646d36b02b8ea1c289cb52781c9171853b514.tar.gz |
users-guide: Document -ddump-srts
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/debugging.rst | 6 |
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 ~~~~~~~~~~~~~~~~~~~~~~ |