Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
368f9fc1
Commit
368f9fc1
authored
Dec 13, 2007
by
rl@cse.unsw.edu.au
Browse files
Document -ddump-simpl-phases
parent
c412fa2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/debugging.xml
View file @
368f9fc1
...
...
@@ -278,6 +278,17 @@
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-ddump-simpl-phases
</option>
:
<indexterm><primary><option>
-ddump-simpl-phases
</option></primary></indexterm>
</term>
<listitem>
<para>
Show the output of each run of the simplifier. Used when even
<option>
-dverbose-simpl
</option>
doesn't cut it.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-ddump-simpl-iterations
</option>
:
...
...
@@ -286,8 +297,8 @@
<listitem>
<para>
Show the output of each
<emphasis>
iteration
</emphasis>
of the simplifier (each run of the simplifier has a maximum
number of iterations, normally 4).
Used when eve
n
<option>
-d
verbose-simpl
</option>
doesn't cut it
.
</para>
number of iterations, normally 4).
This outputs even more informatio
n
than
<option>
-d
dump-simpl-phases
</option>
.
</para>
</listitem>
</varlistentry>
...
...
docs/users_guide/flags.xml
View file @
368f9fc1
...
...
@@ -2081,6 +2081,12 @@
<entry>
dynamic
</entry>
<entry>
-
</entry>
</row>
<row>
<entry><option>
-ddump-simpl-phases
</option></entry>
<entry>
Dump output from each simplifier phase
</entry>
<entry>
dynamic
</entry>
<entry>
-
</entry>
</row>
<row>
<entry><option>
-ddump-simpl-iterations
</option></entry>
<entry>
Dump output from each simplifier iteration
</entry>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment