From b78a5d1496001d0e052549d40c77317f693f479b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 25 Jul 2015 01:02:48 -0400 Subject: [PATCH] Added notes --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index ca64a9e0..9b0a6b56 100644 --- a/TODO +++ b/TODO @@ -8,7 +8,7 @@ Roadmap: - Target r7rs support (coordinate with feature list) - User manual (or at least API docs) -Working TODO list: +Working TODO list. should start creating issues for these to get them out of here: - self-hosting, there are a lot of accumulated TODO's that need to be addressed @@ -30,6 +30,10 @@ Working TODO list: - create a 'how this was built' page to go into more detail about which references were used where - features section is not accurate, need to assess what is implemented + - library improvements + - should detect dependent libraries and build them if necessary. + basically, build them if the .o file does not exist or if it is older than the corresponding source file(s) + - GC improvements - is dhalloc limit good enough? - should expand size of heap if there is not enough room to fit all the "kept" objects