[commit: ghc] wip/tdammers/D4394: Applying patch suggested in #11735 to improve coercionKind perf (255a6de)
git at git.haskell.org
git at git.haskell.org
Tue Mar 20 11:53:36 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tdammers/D4394
Link : http://ghc.haskell.org/trac/ghc/changeset/255a6deb77bc5794737f022301c2b16214b0f3d5/ghc
>---------------------------------------------------------------
commit 255a6deb77bc5794737f022301c2b16214b0f3d5
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
>---------------------------------------------------------------
255a6deb77bc5794737f022301c2b16214b0f3d5
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