1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

comment fixups to tree-il/compile-glil.scm

* module/language/tree-il/compile-glil.scm: Remove some outdated
  comments.
This commit is contained in:
Andy Wingo 2009-09-27 15:57:06 -04:00
parent 97fcf583b7
commit cbeb479c6e

View file

@ -30,11 +30,6 @@
#: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)
@ -164,7 +159,6 @@
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))))