There was an error fetching the commit references. Please try again later.
Extend nullary TyConApp optimisation to all TyCons
See Note [Sharing nullary TyConApps] in GHC.Core.TyCon. Closes #19367. Metric Decrease: T9872a T9872b T9872c
Showing
- compiler/GHC/Builtin/Types.hs 2 additions, 2 deletionscompiler/GHC/Builtin/Types.hs
- compiler/GHC/Builtin/Types/Prim.hs 1 addition, 0 deletionscompiler/GHC/Builtin/Types/Prim.hs
- compiler/GHC/Core/TyCo/Rep.hs 11 additions, 49 deletionscompiler/GHC/Core/TyCo/Rep.hs
- compiler/GHC/Core/TyCo/Rep.hs-boot 2 additions, 0 deletionscompiler/GHC/Core/TyCo/Rep.hs-boot
- compiler/GHC/Core/TyCo/Subst.hs 1 addition, 1 deletioncompiler/GHC/Core/TyCo/Subst.hs
- compiler/GHC/Core/TyCon.hs 173 additions, 120 deletionscompiler/GHC/Core/TyCon.hs
- compiler/GHC/Core/Type.hs 26 additions, 2 deletionscompiler/GHC/Core/Type.hs
- compiler/GHC/Core/Type.hs-boot 2 additions, 0 deletionscompiler/GHC/Core/Type.hs-boot
Loading
Please register or sign in to comment