From ce2b998a301aa376c51d89ab47dfe8d7d26b9f9b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 29 Apr 2015 16:58:43 -0400 Subject: [PATCH] Added TODO --- cyclone.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/cyclone.scm b/cyclone.scm index ef31af44..c4d7f006 100644 --- a/cyclone.scm +++ b/cyclone.scm @@ -83,6 +83,7 @@ ;; Optimize-out unused global variables ;; For now, do not do this if eval is used. ;; TODO: do not have to be so aggressive, unless (eval (read)) or such +TODO: do not remove globals that are part of the export list! (if (not (has-global? input-program 'eval)) (set! input-program (filter-unused-variables input-program)))