Admin message

Due to a large amount of spam we do not allow new users to create repositories, they are "external" users. If you are a new user and want to create a repository, for example for forking GHC, open a new issue on ghc/ghc using the "get-verified" issue template

Speculative evaluation can cause a large increase in allocations
We've found that for `cardano-node` speculative evaluation introduced in the coreprep stage can cause a large increase in allocations. Some dictionaries get created a lot more because of this transformation. I have a draft MR that allows speculative evaluation to be turned off (or turned off for `DFun`) https://gitlab.haskell.org/ghc/ghc/-/merge_requests/13556 . Perhaps we can change the flag for `DFun` to one that sets an upper bound on the amount of allocation we do. Speculative execution was added in: https://gitlab.haskell.org/ghc/ghc/-/issues/19224 / https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4833
issue