mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 03:36:34 +02:00
Added TODO
This commit is contained in:
parent
d379d1bfb3
commit
2cdc9336c0
1 changed files with 3 additions and 0 deletions
|
@ -1763,6 +1763,9 @@
|
|||
(cond
|
||||
((check-args (cddr exp)) ;; Skip func and continuation
|
||||
(trace:info `("direct recursive call" ,exp))
|
||||
;; TODO: No, not good enough! consider _list-index from scheme base. At the
|
||||
;; least we need to account for newly-allocated closures being passed as the cont.
|
||||
;; But it seems neither that function or foldr is a direct call
|
||||
(with-var! def-sym (lambda (var)
|
||||
(adbv:set-direct-rec-call! var #t))))
|
||||
(else
|
||||
|
|
Loading…
Add table
Reference in a new issue