[commit: ghc] wip/tdammers/D4394: Applying patch suggested in #11735 to improve coercionKind perf (4e9fa93)
git at git.haskell.org
git at git.haskell.org
Tue Mar 27 14:28:20 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tdammers/D4394
Link : http://ghc.haskell.org/trac/ghc/changeset/4e9fa93abaa4379e62da3248842b687b42a73708/ghc
>---------------------------------------------------------------
commit 4e9fa93abaa4379e62da3248842b687b42a73708
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
>---------------------------------------------------------------
4e9fa93abaa4379e62da3248842b687b42a73708
compiler/types/Coercion.hs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/compiler/types/Coercion.hs b/compiler/types/Coercion.hs
index c8105d0..66cb498 100644
--- a/compiler/types/Coercion.hs
+++ b/compiler/types/Coercion.hs
@@ -1755,6 +1755,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