diff options
author | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2014-10-30 11:51:10 +0100 |
---|---|---|
committer | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2014-10-30 11:51:30 +0100 |
commit | 9de52406522dc43722f5ee06ba89a63da133099e (patch) | |
tree | 9222a54e59d49580edc3fe5ec5215d026aab28e2 | |
parent | 93c776a445a7692fb87d7f480671187ecb8c730e (diff) | |
download | haskell-9de52406522dc43722f5ee06ba89a63da133099e.tar.gz |
Comments only
-rw-r--r-- | compiler/simplCore/FloatIn.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/FloatIn.lhs b/compiler/simplCore/FloatIn.lhs index 3527702b84..13d03efa24 100644 --- a/compiler/simplCore/FloatIn.lhs +++ b/compiler/simplCore/FloatIn.lhs @@ -188,7 +188,7 @@ unlifted function arguments to be ok-for-speculation. Note [Floating in past a lambda group] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* We must be careful about floating inside inside a value lambda. +* We must be careful about floating inside a value lambda. That risks losing laziness. The float-out pass might rescue us, but then again it might not. |