[Git][ghc/ghc][wip/torsten.schmits/worker-debug] debug retainers

Torsten Schmits pushed to branch wip/torsten.schmits/worker-debug at Glasgow Haskell Compiler / GHC Commits: fe7a408f by Torsten Schmits at 2025-05-16T18:42:11+02:00 debug retainers - - - - - 1 changed file: - compiler/GHC.hs Changes: ===================================== compiler/GHC.hs ===================================== @@ -625,7 +625,8 @@ 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 + (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/fe7a408f6ce9626c27adf8be5f6bb65b... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fe7a408f6ce9626c27adf8be5f6bb65b... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Torsten Schmits (@torsten.schmits)