mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 05:27:33 +02:00
Added TODO
This commit is contained in:
parent
7570665448
commit
1caa277f8a
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,7 @@
|
|||
)
|
||||
(include "cps-opt-local-var-redux.scm")
|
||||
(include "cps-opt-analyze-call-graph.scm")
|
||||
(include "cps-opt-memoize-pure-fncs.scm")
|
||||
(begin
|
||||
;; The following two defines allow non-CPS functions to still be considered
|
||||
;; for certain inlining optimizations.
|
||||
|
@ -1712,6 +1713,7 @@
|
|||
;; in compiler benchmark, need to revist how to throttle/limit this
|
||||
;; (program size? heuristics? what else??)
|
||||
new-ast)
|
||||
TODO: integrate (define (opt:memoize-pure-fncs sexp)
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue