[commit: ghc] master: Update a Cmm note (930e74f)

git at git.haskell.org git at git.haskell.org
Tue May 31 11:50:55 UTC 2016


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

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

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

commit 930e74f8f494962745c16a59f156a0ed9f2f1df1
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Tue May 31 07:54:17 2016 -0400

    Update a Cmm note


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

930e74f8f494962745c16a59f156a0ed9f2f1df1
 compiler/cmm/cmm-notes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compiler/cmm/cmm-notes b/compiler/cmm/cmm-notes
index 2b7e0a4..136ac38 100644
--- a/compiler/cmm/cmm-notes
+++ b/compiler/cmm/cmm-notes
@@ -6,6 +6,7 @@ More notes (Aug 11)
 * Why is FCode a lazy monad?  That makes it inefficient.
   We want laziness to get code out one procedure at a time,
   but not at the instruction level.
+  UPDATE (31/5/2016): FCode is strict since 09afcc9b.
 
 Things we did
   * Remove CmmCvt.graphToZgraph (Conversion from old to new Cmm reps)



More information about the ghc-commits mailing list