summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-03-09 13:37:21 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-03-09 13:37:21 +0000
commit4e8b07dbc753a5132c574926468ba886728c9049 (patch)
tree6f5be4736a97db25e49dcfe4c12dc0a096f0cfc8
parentf8a01fb39f3756bec409c9b752fd4f8088e130bf (diff)
downloadhaskell-4e8b07dbc753a5132c574926468ba886728c9049.tar.gz
add a note
-rw-r--r--compiler/cmm/cmm-notes3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/cmm/cmm-notes b/compiler/cmm/cmm-notes
index a83a781097..084590086c 100644
--- a/compiler/cmm/cmm-notes
+++ b/compiler/cmm/cmm-notes
@@ -3,6 +3,9 @@ Notes on new codegen (Sept 09)
Things to do:
+ - SDM (2010-02-26) can we remove the Foreign constructor from Convention?
+ Reason: we never generate code for a function with the Foreign
+ calling convention, and the code for calling foreign calls is generated
- All dataflow analyses are in the FuelMonad, even though they
are guarnteed to consume no fuel. This seems silly