Simon Peyton Jones pushed to branch wip/T26425 at Glasgow Haskell Compiler / GHC Commits: dfbd3e6b by Simon Peyton Jones at 2025-10-23T15:22:56+01:00 Wibble - - - - - 1 changed file: - compiler/GHC/Core/Unfold/Make.hs Changes: ===================================== compiler/GHC/Core/Unfold/Make.hs ===================================== @@ -359,6 +359,8 @@ mkCoreUnfolding src top_lvl expr precomputed_cache guidance = -- For large, non-top-level bindings, don't keep an unfolding at all if it is large -- Keep top-level ones in case of -fexpose-all-unfoldings -- Just an attempt to keep residency under control in deeply-nested let bindings + NoUnfolding + | otherwise = CoreUnfolding { uf_tmpl = cache `seq` occurAnalyseExpr expr View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dfbd3e6bdec895b775a3596487568112... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dfbd3e6bdec895b775a3596487568112... You're receiving this email because of your account on gitlab.haskell.org.