summaryrefslogtreecommitdiff
path: root/docs/users_guide/9.4.1-notes.rst
diff options
context:
space:
mode:
authorAdam Sandberg Ericsson <adam@sandbergericsson.se>2022-02-14 14:53:20 +0000
committerAdam Sandberg Ericsson <adam@sandbergericsson.se>2022-02-14 14:56:18 +0000
commit5f275fa20eb9d2ec3c49566c77ee3d8d7daa4cf6 (patch)
tree7b9665e4c5d2411295ad927845c1c6e912b3e2f4 /docs/users_guide/9.4.1-notes.rst
parentef5cf55d71e84a0a42596b4ec253ecb0d63f149b (diff)
downloadhaskell-5f275fa20eb9d2ec3c49566c77ee3d8d7daa4cf6.tar.gz
docs: mention -fprof-late-ccs in the release notes
And note which compiler version it was added in.
Diffstat (limited to 'docs/users_guide/9.4.1-notes.rst')
-rw-r--r--docs/users_guide/9.4.1-notes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users_guide/9.4.1-notes.rst b/docs/users_guide/9.4.1-notes.rst
index c29d00e9d7..42ba985a17 100644
--- a/docs/users_guide/9.4.1-notes.rst
+++ b/docs/users_guide/9.4.1-notes.rst
@@ -9,6 +9,9 @@ Compiler
- New :ghc-flag:`-Wredundant-strictness-flags` that checks for strictness flags
(``!``) applied to unlifted types, which are always strict.
+- New :ghc-flag:`-fprof-late-ccs` that adds automatic CCS annotations to all
+ top level functions *after* core optimisation have been run.
+
- A new type of plugin: defaulting plugins. These plugins can propose
defaults for ambiguous variables that would otherwise cause errors
just like the built-in defaulting mechanism.