diff options
author | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2013-08-16 09:02:28 +0100 |
---|---|---|
committer | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2013-08-16 09:02:28 +0100 |
commit | ec621f3c7cac9c34fe0c282c70e4e005d272d1f2 (patch) | |
tree | 966735302fbafe1a00a3370a220f40d7512fe192 /compiler/stgSyn | |
parent | 94c35ddf31aef28de84661860f77a94229f60cb4 (diff) | |
download | haskell-ec621f3c7cac9c34fe0c282c70e4e005d272d1f2.tar.gz |
Comments only
Diffstat (limited to 'compiler/stgSyn')
-rw-r--r-- | compiler/stgSyn/CoreToStg.lhs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/stgSyn/CoreToStg.lhs b/compiler/stgSyn/CoreToStg.lhs index 3febfb3b83..d4a2e0b093 100644 --- a/compiler/stgSyn/CoreToStg.lhs +++ b/compiler/stgSyn/CoreToStg.lhs @@ -48,8 +48,6 @@ import PrimOp ( PrimCall(..) ) %* * %************************************************************************ -(There is other relevant documentation in codeGen/CgLetNoEscape.) - The actual Stg datatype is decorated with {\em live variable} information, as well as {\em free variable} information. The two are {\em not} the same. Liveness is an operational property rather than a |