mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 00:37:35 +02:00
Added TODO
This commit is contained in:
parent
6577d9d462
commit
67698ec9a7
1 changed files with 1 additions and 0 deletions
|
@ -1794,6 +1794,7 @@
|
||||||
;; (%closure-ref
|
;; (%closure-ref
|
||||||
;; (cell-get (%closure-ref self$249 1))
|
;; (cell-get (%closure-ref self$249 1))
|
||||||
;; 0)
|
;; 0)
|
||||||
|
TODO: need adbf, only a closure call if inner-cref's index matches adbf:self-closure-index
|
||||||
(define (self-closure-call? ast self)
|
(define (self-closure-call? ast self)
|
||||||
(and-let* (((tagged-list? '%closure-ref ast))
|
(and-let* (((tagged-list? '%closure-ref ast))
|
||||||
((tagged-list? 'cell-get (cadr ast)))
|
((tagged-list? 'cell-get (cadr ast)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue