[commit: packages/ghc-prim] master: Comments only (b78f02a)
git at git.haskell.org
git at git.haskell.org
Wed Sep 18 18:08:58 CEST 2013
Repository : ssh://git@git.haskell.org/ghc-prim
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b78f02ae4078b0ca45759b3edbeeee90dd82651e/ghc-prim
>---------------------------------------------------------------
commit b78f02ae4078b0ca45759b3edbeeee90dd82651e
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Wed Sep 18 17:08:46 2013 +0100
Comments only
>---------------------------------------------------------------
b78f02ae4078b0ca45759b3edbeeee90dd82651e
GHC/Types.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GHC/Types.hs b/GHC/Types.hs
index 690e8a3..3872666 100644
--- a/GHC/Types.hs
+++ b/GHC/Types.hs
@@ -151,5 +151,5 @@ isTrue# x = tagToEnum# x
-- if e1 or e2 do allocation. It will push heap checks into case alternatives
-- which results in about 2.5% increase in code size. Until this is improved we
-- just make isTrue# an alias to tagToEnum#. This is a temporary solution (if
--- you're reading this in 2023 then things went wrong).
+-- you're reading this in 2023 then things went wrong). See #8326.
--
More information about the ghc-commits
mailing list