Skip to content
Snippets Groups Projects
Commit 09128f3a authored by Ben Gamari's avatar Ben Gamari
Browse files

users guide: Note improved constant folding in 8.6 release notes

parent fea04def
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,10 @@ Compiler
- GHC now supports British spelling of :extension:`GeneralizedNewtypeDeriving`.
- GHC now does significantly more constant folding in its core-to-core optimiser.
This will result in significantly better code being generated for some
programs. See :ghc-ticket:`9136`.
- The code-generation effects of :ghc-flag:`-dynamic` can now be
enabled independently by the flag
:ghc-flag:`-fexternal-dynamic-refs`. If you don't know why you might
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment