[commit: ghc] master: Comments only (d0b8c46)

git at git.haskell.org git at git.haskell.org
Tue Aug 20 18:19:49 CEST 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d0b8c46dff800f7e2100f48f589dccaa8eb92869/ghc

>---------------------------------------------------------------

commit d0b8c46dff800f7e2100f48f589dccaa8eb92869
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Tue Aug 20 16:59:11 2013 +0100

    Comments only


>---------------------------------------------------------------

d0b8c46dff800f7e2100f48f589dccaa8eb92869
 compiler/codeGen/StgCmmMonad.hs |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compiler/codeGen/StgCmmMonad.hs b/compiler/codeGen/StgCmmMonad.hs
index 978cfa2..c3dc50e 100644
--- a/compiler/codeGen/StgCmmMonad.hs
+++ b/compiler/codeGen/StgCmmMonad.hs
@@ -547,7 +547,8 @@ forkProc :: FCode a -> FCode a
 --
 -- The current environment is passed on completely unchanged to
 -- the successor.  In particular, any heap usage from the enclosed
--- code is discarded; it should deal with its own heap consumption
+-- code is discarded; it should deal with its own heap consumption.
+-- forkProc is used to compile let-no-escape bindings.
 forkProc body_code
   = do  { info_down <- getInfoDown
         ; us        <- newUniqSupply





More information about the ghc-commits mailing list