From 8cf646d36b02b8ea1c289cb52781c9171853b514 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 5 Feb 2020 20:30:28 -0500 Subject: users-guide: Document -ddump-srts --- docs/users_guide/debugging.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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 ~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.1