[Git][ghc/ghc][wip/spj-try-opt-coercion] Wibble
Simon Peyton Jones pushed to branch wip/spj-try-opt-coercion at Glasgow Haskell Compiler / GHC Commits: 49341e75 by Simon Peyton Jones at 2025-12-15T10:47:05+00:00 Wibble - - - - - 1 changed file: - compiler/GHC/Core/Coercion/Opt.hs Changes: ===================================== compiler/GHC/Core/Coercion/Opt.hs ===================================== @@ -174,8 +174,8 @@ optCoercion :: OptCoercionOpts -> Subst -> Coercion -> NormalCo -- *and* optimises it to reduce its size optCoercion opts env co -- Experiment with no optCoercion at all --- | optCoercionEnabled opts --- = optCoercion' env co + | False -- optCoercionEnabled opts + = optCoercion' env co {- = pprTrace "optCoercion {" (text "Co:" <> ppr co) $ View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/49341e75b4f22cf1167d23d9cfc35d78... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/49341e75b4f22cf1167d23d9cfc35d78... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)