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

exact-print takes unusually long to compile with -finfo-table-map
* `-O0`: 4.3s * `-O0 -finfo-table-map`: 5.4s * `-O0 -finfo-table-map -fdistinct-constructor-tables`: 6.3s * `-O1`: 123s * `-O1 -finfo-table-map`: 722s total, 307s in codegen Nearly all of the surplus time is spent in CodeGen. Yikes.
issue