From 4e8b07dbc753a5132c574926468ba886728c9049 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 9 Mar 2010 13:37:21 +0000 Subject: [PATCH] add a note --- compiler/cmm/cmm-notes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/cmm/cmm-notes b/compiler/cmm/cmm-notes index a83a781..0845900 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 -- 1.7.10.4