[Git][ghc/ghc][wip/T20264] Rmmove trace

Simon Peyton Jones (@simonpj) gitlab at gitlab.haskell.org
Mon Dec 16 01:11:44 UTC 2024



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


Commits:
63954e4c by Simon Peyton Jones at 2024-12-16T01:11:28+00:00
Rmmove trace

- - - - -


1 changed file:

- compiler/GHC/Core/Opt/SetLevels.hs


Changes:

=====================================
compiler/GHC/Core/Opt/SetLevels.hs
=====================================
@@ -1804,12 +1804,13 @@ abstractVars :: Level -> LevelEnv -> DVarSet -> AbsVars
 -- Uniques are not deterministic.
 abstractVars dest_lvl (LE { le_subst = subst, le_lvl_env = lvl_env }) in_fvs
   =  -- NB: sortQuantVars might not put duplicates next to each other
-    pprTrace "abstractVars"
-      (vcat [ text "r7:" <+> ppr r7
-           , text "r1:" <+> ppr r1
-           , text "r2:" <+> ppr r3
-           , text "r3:" <+> ppr r3
-           , text "subst:" <+> ppr subst ]) r7
+--    pprTrace "abstractVars"
+--      (vcat [ text "r7:" <+> ppr r7
+--           , text "r1:" <+> ppr r1
+--           , text "r2:" <+> ppr r3
+--           , text "r3:" <+> ppr r3
+--           , text "subst:" <+> ppr subst ])
+      r7
   where
     r7 = map zap r6
     r6 = dep_anal r5



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/63954e4cbca1ee47fa2290cf8406588e6bfee045

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/63954e4cbca1ee47fa2290cf8406588e6bfee045
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/20241215/2605eea1/attachment-0001.html>


More information about the ghc-commits mailing list