Added TODO

This commit is contained in:
Justin Ethier 2018-10-22 13:34:16 -04:00
parent 88f0db1547
commit c1e8996ddd

View file

@ -921,6 +921,10 @@
(fnc (if wkf (adb:get/default (ast:lambda-id wkf) #f) #f))
)
(cond
;; TODO: check for self-call
;; ((and fnc
;; (adbf:calls-self? fnc)
;;
((and wkf fnc
*optimize-well-known-lambdas*
(adbf:well-known fnc) ;; not really needed