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

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



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


Commits:
1d7586ab by Sebastian Graf at 2020-12-01T19:08:25+01:00
Activate SAT with -O1

- - - - -


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/1d7586abde66c5bfb5b993d1f3f8a94224c11d99

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1d7586abde66c5bfb5b993d1f3f8a94224c11d99
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/2093262d/attachment.html>


More information about the ghc-commits mailing list