From 55a575c1d7360660aedf3aa7a67de36729762d10 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 30 Mar 2015 15:35:39 -0400 Subject: [PATCH] Added items --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 4170fa2a..0207461f 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,10 @@ Working TODO list: +- Add static linking code to the compiler (cgen) +- Only emit funcall* / return_funcall* definitions for cases that are actually used. + IE, do not emit funcall9 just because funcall10 is required + + - Error handling need to perform much more error handling of input code. one of the biggest is to report if a function is passed the wrong number of arguments, as this will result in segfauls, bad transport errors, etc downstream if it is allowed.