[Git][ghc/ghc][wip/T18962] Activate SAT with -O1

Sebastian Graf gitlab at gitlab.haskell.org
Tue Dec 1 18:08:52 UTC 2020



Sebastian Graf pushed to branch wip/T18962 at Glasgow Haskell Compiler / GHC


Commits:
2ba459d4 by Sebastian Graf at 2020-12-01T19:08:34+01:00
Activate SAT with -O1

To see whether it breaks in CI and so on

- - - - -


1 changed file:

- compiler/GHC/Driver/Session.hs


Changes:

=====================================
compiler/GHC/Driver/Session.hs
=====================================
@@ -4015,7 +4015,7 @@ optLevelFlags -- see Note [Documenting optimisation flags]
     , ([2],     Opt_SpecConstr)
 --  , ([2],     Opt_RegsGraph)
 --   RegsGraph suffers performance regression. See #7679
---  , ([2],     Opt_StaticArgumentTransformation)
+    , ([1,2],     Opt_StaticArgumentTransformation)
 --   Static Argument Transformation needs investigation. See #9374
     ]
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2ba459d44695bb6767c31ceed986ac405477fe77

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2ba459d44695bb6767c31ceed986ac405477fe77
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/20201201/3ac43ece/attachment-0001.html>


More information about the ghc-commits mailing list