[commit: ghc] wip/T14068: Run SpecConstr only once again (c663b71)

git at git.haskell.org git at git.haskell.org
Wed Mar 21 21:25:36 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T14068
Link       : http://ghc.haskell.org/trac/ghc/changeset/c663b715b6201d460e8bf2b6fb26e61c700384e0/ghc

>---------------------------------------------------------------

commit c663b715b6201d460e8bf2b6fb26e61c700384e0
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Mar 20 13:42:31 2018 -0400

    Run SpecConstr only once again


>---------------------------------------------------------------

c663b715b6201d460e8bf2b6fb26e61c700384e0
 compiler/simplCore/SimplCore.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/simplCore/SimplCore.hs b/compiler/simplCore/SimplCore.hs
index 9f260a6..41f0a9a 100644
--- a/compiler/simplCore/SimplCore.hs
+++ b/compiler/simplCore/SimplCore.hs
@@ -344,9 +344,9 @@ getCoreToDo dflags
 
         runWhen spec_constr CoreDoSpecConstr,
 
-        simpl_phase 0 ["between-core-spec"] max_iter,
+        -- simpl_phase 0 ["between-core-spec"] max_iter,
 
-        runWhen spec_constr CoreDoSpecConstr,
+        -- runWhen spec_constr CoreDoSpecConstr,
 
         maybe_rule_check (Phase 0),
 



More information about the ghc-commits mailing list