mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Added TODO
This commit is contained in:
parent
1c45b8dff2
commit
ce2b998a30
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue