comment fixups to tree-il/compile-glil.scm
authorAndy Wingo <wingo@pobox.com>
Sun, 27 Sep 2009 19:57:06 +0000 (15:57 -0400)
committerAndy Wingo <wingo@pobox.com>
Fri, 16 Oct 2009 13:56:11 +0000 (15:56 +0200)
* module/language/tree-il/compile-glil.scm: Remove some outdated
  comments.

module/language/tree-il/compile-glil.scm

index 4ab03bf..94e1904 100644 (file)
   #:use-module (language tree-il analyze)
   #:export (compile-glil))
 
-;;; TODO:
-;;
-;; call-with-values -> mv-bind
-;; basic degenerate-case reduction
-
 ;; allocation:
 ;;  sym -> {lambda -> address}
 ;;  lambda -> (nlocs labels . free-locs)
        ids
        vars))
 
-;; FIXME: always emit? otherwise it's hard to pair bind with unbind
 (define (emit-bindings src ids vars allocation proc emit-code)
   (emit-code src (make-glil-bind
                   (vars->bind-list ids vars allocation proc))))