From 398c55310146a490e4c638af1a38a5f68b8ba304 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 13 Apr 2016 04:09:32 -0400 Subject: [PATCH] Added a note about memory growth --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 7ea4c9ce..63bac2bf 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,12 @@ Tier 1: - Performance - most likely need CPS optimization and closure elimination - pass larceny benchmarks (will require some bugfixes): +TODO: sboyer finishes in a reasonable amount of time now, but the collector's memory growth is + not being limited. need to test, but I think disabling the growth code after collection + is throwing off the collector's memory ratios and causing each major collection to first + 'bump' gc_grow_heap. anyway, need to figure this out + + benchmarks that do not finish due to missing features: - gcbench.scm - Needed to manually import (srfi 9)