
Torsten Schmits pushed to branch wip/torsten.schmits/worker-debug at Glasgow Haskell Compiler / GHC Commits: 6d8c65a7 by Torsten Schmits at 2025-05-16T18:47:18+02:00 debug retainers - - - - - 1 changed file: - compiler/GHC.hs Changes: ===================================== compiler/GHC.hs ===================================== @@ -625,7 +625,9 @@ setUnitDynFlagsNoCheck uid dflags1 = do let old_hue = ue_findHomeUnitEnv uid (hsc_unit_env hsc_env) let cached_unit_dbs = homeUnitEnv_unit_dbs old_hue - (dbs,unit_state,home_unit,mconstants) <- liftIO $ initUnits logger dflags1 cached_unit_dbs (hsc_all_home_unit_ids hsc_env) + !all_ids = hsc_all_home_unit_ids hsc_env + !all_ids' = seq (ppr all_ids) all_ids + (dbs,unit_state,home_unit,mconstants) <- liftIO $ initUnits logger dflags1 cached_unit_dbs all_ids' updated_dflags <- liftIO $ updatePlatformConstants dflags1 mconstants let upd hue = View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6d8c65a7096bba40ba1ba208e8fbfb03... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6d8c65a7096bba40ba1ba208e8fbfb03... You're receiving this email because of your account on gitlab.haskell.org.