summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2016-05-31 07:54:17 -0400
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2016-05-31 07:54:17 -0400
commit930e74f8f494962745c16a59f156a0ed9f2f1df1 (patch)
tree181defc851f11ca39772ca964a70c9bc63c493b2
parent0ffa23d5b912f6e3a90cdda5ead66168fe518cbc (diff)
downloadhaskell-930e74f8f494962745c16a59f156a0ed9f2f1df1.tar.gz
Update a Cmm note
-rw-r--r--compiler/cmm/cmm-notes1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/cmm/cmm-notes b/compiler/cmm/cmm-notes
index 2b7e0a40fb..136ac38544 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)