Simon Peyton Jones pushed to branch wip/T26425 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Core/Opt/OccurAnal.hs
    ... ... @@ -2932,7 +2932,7 @@ data OccEnv
    2932 2932
                  -- See Note [Occurrence analysis for join points]
    
    2933 2933
                , occ_join_points :: !JoinPointInfo
    
    2934 2934
     
    
    2935
    -           , occ_nested_lets :: IdSet    -- Non-top-level, non-rec-bound lets
    
    2935
    +           , occ_nested_lets :: !IdSet    -- Non-top-level, non-rec-bound lets
    
    2936 2936
                     -- I tried making this field strict, but
    
    2937 2937
                     -- doing so slightly increased allocation
    
    2938 2938
                }