add a note
authorSimon Marlow <marlowsd@gmail.com>
Tue, 9 Mar 2010 13:37:21 +0000 (13:37 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 9 Mar 2010 13:37:21 +0000 (13:37 +0000)
compiler/cmm/cmm-notes

index a83a781..0845900 100644 (file)
@@ -3,6 +3,9 @@ Notes on new codegen (Sept 09)
 \r
 Things to do:\r
 \r
+ - SDM (2010-02-26) can we remove the Foreign constructor from Convention?\r
+   Reason: we never generate code for a function with the Foreign\r
+   calling convention, and the code for calling foreign calls is generated\r
 \r
  - All dataflow analyses are in the FuelMonad, even though they\r
    are guarnteed to consume no fuel.  This seems silly\r