[Git][ghc/ghc][wip/type-sharing] cleanup: remove NOINLINE on tyVarOccInfo
josephf (@josephf)
gitlab at gitlab.haskell.org
Wed Jul 24 12:38:04 UTC 2024
josephf pushed to branch wip/type-sharing at Glasgow Haskell Compiler / GHC
Commits:
2917b910 by Joseph Fourment at 2024-07-24T14:37:56+02:00
cleanup: remove NOINLINE on tyVarOccInfo
- - - - -
1 changed file:
- compiler/GHC/Types/Var.hs
Changes:
=====================================
compiler/GHC/Types/Var.hs
=====================================
@@ -1100,7 +1100,6 @@ tyVarUnfolding _ = Nothing
tyVarOccInfo :: TyVar -> OccInfo
tyVarOccInfo (TcTyVar {}) = noOccInfo
tyVarOccInfo tv = assertPpr (isTyVar tv) (ppr tv) $ tv_occ_info tv
-{-# NOINLINE tyVarOccInfo #-}
setTyVarUnique :: TyVar -> Unique -> TyVar
setTyVarUnique = setVarUnique
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2917b910bf5a5d88ea127b4fd7c988cbd7764fa7
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2917b910bf5a5d88ea127b4fd7c988cbd7764fa7
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240724/f0c00b26/attachment.html>
More information about the ghc-commits
mailing list