[commit: ghc] wip/tdammers/D4394: Applying patch suggested in #11735 to improve coercionKind perf (a38a2b8)
git at git.haskell.org
git at git.haskell.org
Thu Mar 22 11:02:06 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tdammers/D4394
Link : http://ghc.haskell.org/trac/ghc/changeset/a38a2b855d00ea46fb75efd247da4a6f091cbabb/ghc
>---------------------------------------------------------------
commit a38a2b855d00ea46fb75efd247da4a6f091cbabb
Author: Tobias Dammers <tdammers at gmail.com>
Date: Wed Jan 24 16:05:55 2018 +0100
Applying patch suggested in #11735 to improve coercionKind perf
>---------------------------------------------------------------
a38a2b855d00ea46fb75efd247da4a6f091cbabb
compiler/types/Coercion.hs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/compiler/types/Coercion.hs b/compiler/types/Coercion.hs
index 7a7918c..f559a3a 100644
--- a/compiler/types/Coercion.hs
+++ b/compiler/types/Coercion.hs
@@ -1784,6 +1784,8 @@ substitute for them all at once. Remarkably, for Trac #11735 this single
change reduces /total/ compile time by a factor of more than ten.
-}
+=======
+>>>>>>> Applying patch suggested in #11735 to improve coercionKind perf
-- | Apply 'coercionKind' to multiple 'Coercion's
coercionKinds :: [Coercion] -> Pair [Type]
More information about the ghc-commits
mailing list