From 67e5da51a430200780edd6afb248b09cb42250b5 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 4 Jun 2015 23:14:12 -0400 Subject: [PATCH] Added TODO - vector GC --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 1bca9cd8..7ce4b5f9 100644 --- a/TODO +++ b/TODO @@ -15,6 +15,7 @@ Working TODO list: - make-vector should have an optional 'fill' arg in compiled code note allocation functions can be functions instead of macros if they accept a cont arg so they do not have to return + - should make GC more efficient, only transport mutated vector index, not the whole vector - After all this works, make sure to add tests from r7rs to test suite - need to change current*port functions to actually have a current port, and other i/o operations to use the correct current port