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

Lazy bytecode is ignored by some use sites
See [this discussion](%) for background info. It's not obvious to me how to handle lazy bytecode in these cases – using it naively may increase memory usage significantly. These sites obtain lazy bytecode from the `HomeModInfo` interface. Outside of the compilation pipeline, its consumers are: * `upsweep_mod` * to provide the old `Linkable` from the GHCi cache to `compileOne'` * for `addSptEntries` after compilation * `getModBreaks` * `getLeakIndicators` It would be useful to create a dedicated and more explicit interface for these cases that require use sites to declare whether they want to force lazy bytecode.
issue