Abstract BangOpts
Avoid requiring to pass DynFlags to mkDataConRep/buildDataCon. When we load an interface file, these functions don't use the flags. This is preliminary work to decouple the loader from the type-checker for #14335.
Showing
- compiler/GHC/IfaceToCore.hs 6 additions, 6 deletionscompiler/GHC/IfaceToCore.hs
- compiler/GHC/Tc/TyCl.hs 13 additions, 8 deletionscompiler/GHC/Tc/TyCl.hs
- compiler/GHC/Tc/TyCl/Build.hs 5 additions, 8 deletionscompiler/GHC/Tc/TyCl/Build.hs
- compiler/GHC/Types/Id/Make.hs 43 additions, 23 deletionscompiler/GHC/Types/Id/Make.hs
Loading
Please register or sign in to comment