[commit: ghc] wip/T14152: Really run exitifiation only once (2c2744b)
git at git.haskell.org
git at git.haskell.org
Wed Oct 25 14:14:29 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T14152
Link : http://ghc.haskell.org/trac/ghc/changeset/2c2744b5bd3f190f8bbb0ea325392142b51671fd/ghc
>---------------------------------------------------------------
commit 2c2744b5bd3f190f8bbb0ea325392142b51671fd
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Oct 25 10:12:40 2017 -0400
Really run exitifiation only once
(I thought I did that already… well, let’s measure it)
>---------------------------------------------------------------
2c2744b5bd3f190f8bbb0ea325392142b51671fd
compiler/simplCore/SimplCore.hs | 2 --
1 file changed, 2 deletions(-)
diff --git a/compiler/simplCore/SimplCore.hs b/compiler/simplCore/SimplCore.hs
index c805fa8..10115c4 100644
--- a/compiler/simplCore/SimplCore.hs
+++ b/compiler/simplCore/SimplCore.hs
@@ -312,8 +312,6 @@ getCoreToDo dflags
runWhen strictness demand_analyser,
- runWhen exitification CoreDoExitify,
-
runWhen full_laziness $
CoreDoFloatOutwards FloatOutSwitches {
floatOutLambdas = floatLamArgs dflags,
More information about the ghc-commits
mailing list