diff options
-rw-r--r-- | compiler/cmm/cmm-notes | 1 |
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)
|