[Git][ghc/ghc][wip/con-info] Make cgs_used_info strict

Matthew Pickering gitlab at gitlab.haskell.org
Thu Nov 19 08:56:31 UTC 2020



Matthew Pickering pushed to branch wip/con-info at Glasgow Haskell Compiler / GHC


Commits:
54eb5bbe by Matthew Pickering at 2020-11-19T08:56:18+00:00
Make cgs_used_info strict

- - - - -


1 changed file:

- compiler/GHC/StgToCmm/Monad.hs


Changes:

=====================================
compiler/GHC/StgToCmm/Monad.hs
=====================================
@@ -316,7 +316,7 @@ data CgState
 
      cgs_uniqs :: UniqSupply,
      -- | These are IDs which have an info table
-     cgs_used_info :: [CmmInfoTable]
+     cgs_used_info :: ![CmmInfoTable]
      }
 
 data HeapUsage   -- See Note [Virtual and real heap pointers]



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/54eb5bbe383d3c4c22661fd789185441c9136d22

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/54eb5bbe383d3c4c22661fd789185441c9136d22
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/20201119/22fe882f/attachment-0001.html>


More information about the ghc-commits mailing list