summaryrefslogtreecommitdiff
path: root/docs/users_guide/8.0.2-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/8.0.2-notes.rst')
-rw-r--r--docs/users_guide/8.0.2-notes.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/users_guide/8.0.2-notes.rst b/docs/users_guide/8.0.2-notes.rst
index 1972e6ded0..d5d442f59b 100644
--- a/docs/users_guide/8.0.2-notes.rst
+++ b/docs/users_guide/8.0.2-notes.rst
@@ -22,6 +22,17 @@ Language
refer to closed local bindings. For instance, this is now permitted:
``f = static x where x = 'a'``.
+Compiler
+~~~~~~~~
+
+- TODO FIXME.
+
+- The :ghc-flag:`-ddump-cmm` now dumps the result after C-- pipeline pass. Two
+ more flags were added: :ghc-flag:`-ddump-cmm-from-stg` to allow to get the
+ initial cmm from STG-to-C-- code generation and :ghc-flag:`-ddump-cmm-verbose`
+ to obtain the intermediates from all C-- pipeline stages.
+
+
TODO FIXME Heading title
~~~~~~~~~~~~~~~~~~~~~~~~