From 28f7085c3791d0b943e70def97ffb57532ebcdc5 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 21 May 2015 01:23:17 -0400 Subject: [PATCH] Added a note about (emit*) --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 426484de..f019d322 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,10 @@ Working TODO list: - seems to be working! next step is to get parser, eval, and icyc (in that order) to work with libs + - In cgen, start using (emit*) instead of (string-append). + There is no reason to allocate a bunch of strings if they are + just going to be deallocated after printing + - Reduction in size of generated code is there anything we can do? are closures being packed/unpacked unnecessarily?