Skip to content

Further optimisation of nullary TyConApps

Ben Gamari requested to merge wip/mkTyConTy into master

Avoid allocating TyConApp tycon [] closures in mkTyConTy by caching such a value in TyCon.

Closes #19367 (closed) .

To-do:

  • write Note

Split out from !4762 (closed).

Edited by Ben Gamari

Merge request reports