From a34213b07b0dc50e21c1fc56e63d86fa11eec38d Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Thu, 24 May 2007 16:26:08 +0000 Subject: [PATCH] Add another to-do --- fco2/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fco2/TODO b/fco2/TODO index 153af96..70a2e10 100644 --- a/fco2/TODO +++ b/fco2/TODO @@ -79,6 +79,11 @@ the pullup: The sensible fix would probably be to make input items Structured, so we can insert extra stuff into them. +The range checks are probably a bit expensive in stack terms at the moment -- I +need to check what EXTERNAL_CALLN actually does. If it's really bad we could +find a less expensive approach, such as being able to call SetErr with more +parameters. + ## tock_support No overflow checking is done on most operations.