From 9d16dc9426f3b765b66d708bd9100b5bb582a779 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 3 Jul 2015 23:29:13 -0400 Subject: [PATCH] Added GC TODO's --- TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index d3ca689e..029dcc96 100644 --- a/TODO +++ b/TODO @@ -13,11 +13,13 @@ Working TODO list: - Constructs require for self-hosting - modify main cyclone.scm program to compile - 1) Need to add support: - Error: Unbound variable(s): (command-line-arguments string-ref) 2) Need to either allow code to read an import after macro expansion, or have another main module for self-hosting + - GC improvements + - is dhalloc limit good enough? + - should expand size of heap if there is not enough room to fit all the "kept" objects + - eval there is no concept of macro expansion, probably other deficiencies as well almost certainly will break when running the self-hosted compiler...