mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
Added TODO
This commit is contained in:
parent
8457625433
commit
73d1fe959a
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,16 @@
|
||||||
;;;; This module performs CPS analysis and optimizations.
|
;;;; This module performs CPS analysis and optimizations.
|
||||||
;;;;
|
;;;;
|
||||||
|
|
||||||
|
;; TODO:
|
||||||
|
;- add 'analyze' function, can base it on expand or another transform to start
|
||||||
|
;- modify cps to use ast for lambda's
|
||||||
|
; will need analyze to use the ast, and will need
|
||||||
|
; closure conversion to recognize it, too.
|
||||||
|
; at least for now, closure conversion can output
|
||||||
|
; regular lambda's, though.
|
||||||
|
; can write initial analyze, but can't get too far without being able
|
||||||
|
; to uniquely ID each lambda
|
||||||
|
|
||||||
(define-library (optimize-cps)
|
(define-library (optimize-cps)
|
||||||
;(define-library (scheme cyclone optimize-cps)
|
;(define-library (scheme cyclone optimize-cps)
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
|
|
Loading…
Add table
Reference in a new issue