mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Added comments, cleanup
This commit is contained in:
parent
0d83580fd5
commit
b3ea8324bd
1 changed files with 3 additions and 1 deletions
|
@ -716,6 +716,7 @@
|
|||
(let* ((args (app->args exp))
|
||||
(fun (app->fun exp)))
|
||||
(cond
|
||||
;; Direct recursive call of top-level function
|
||||
((and (pair? trace)
|
||||
(not (null? (cdr trace)))
|
||||
(adbv:direct-rec-call? (adb:get (cdr trace)))
|
||||
|
@ -724,8 +725,9 @@
|
|||
(equal? (car args) (cdr trace))
|
||||
)
|
||||
(let* ((cgen
|
||||
;; TODO: skip the closure, just cdr the cdr???
|
||||
(c-compile-args
|
||||
args
|
||||
(cdr args)
|
||||
append-preamble
|
||||
""
|
||||
"" ;;this-cont
|
||||
|
|
Loading…
Add table
Reference in a new issue