summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-06-27 17:30:49 +0200
committerAndreas Klebinger <klebinger.andreas@gmx.at>2022-06-27 23:32:43 +0200
commitb8d53754d386933704742818de165cb9d46c3ade (patch)
treee45304b0ff2853f95d91919cf85096004cf2b623
parenta44bdc2720015c03d57f470b759ece7fab29a57a (diff)
downloadhaskell-b8d53754d386933704742818de165cb9d46c3ade.tar.gz
Mention -fprof-manual in release notes.wip/andreask/prof-manual-note
Fixes #21742. ------------------------- Metric Decrease: T15164 T5631 Metric Increase: MultiComponentModulesRecomp T12425 T13056 T16875 -------------------------
-rw-r--r--docs/users_guide/9.4.1-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide/9.4.1-notes.rst b/docs/users_guide/9.4.1-notes.rst
index 56e4d0cf33..0bf11930de 100644
--- a/docs/users_guide/9.4.1-notes.rst
+++ b/docs/users_guide/9.4.1-notes.rst
@@ -78,6 +78,10 @@ Compiler
- New :ghc-flag:`-fprof-late` that adds automatic CCS annotations to all
top level functions *after* core optimisation have been run.
+- New :ghc-flag:`-fprof-manual` which allows surpression of profiling cost centre
+ annotations. It can be disabled as well which can be useful to surpress cost centres
+ originating in library code.
+
- Typechecking plugins now support type-family rewriting. The ``TcPlugin``
datatype now contains an extra field, ``tcPluginRewrite``, which allows
typechecking plugin authors to specify which type families should be