[commit: ghc] master: Comments only (f1c7d94)
git at git.haskell.org
git at git.haskell.org
Fri Oct 18 17:21:31 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f1c7d9450f2f44424260c3ba1c8d658a15d05b7b/ghc
>---------------------------------------------------------------
commit f1c7d9450f2f44424260c3ba1c8d658a15d05b7b
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Fri Oct 18 18:18:27 2013 +0200
Comments only
>---------------------------------------------------------------
f1c7d9450f2f44424260c3ba1c8d658a15d05b7b
compiler/stgSyn/CoreToStg.lhs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/compiler/stgSyn/CoreToStg.lhs b/compiler/stgSyn/CoreToStg.lhs
index 80b81a6..9c5bc10 100644
--- a/compiler/stgSyn/CoreToStg.lhs
+++ b/compiler/stgSyn/CoreToStg.lhs
@@ -144,7 +144,8 @@ import Control.Monad (liftM, ap)
-- to the code for `x'.
--
-- All of this is provided x is:
--- 1. non-updatable;
+-- 1. non-updatable - it must have at least one parameter (see Note
+-- [Join point abstraction]);
-- 2. guaranteed to be entered before the stack retreats -- ie x is not
-- buried in a heap-allocated closure, or passed as an argument to
-- something;
More information about the ghc-commits
mailing list