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:
parent
97fcf583b7
commit
cbeb479c6e
1 changed files with 0 additions and 6 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue