mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-20 14:19:17 +02:00
WIP
This commit is contained in:
parent
acaea412ea
commit
2019937b97
1 changed files with 2 additions and 2 deletions
|
@ -1064,8 +1064,8 @@
|
|||
(cdr ast)))))
|
||||
(if (precompute-prim-app? converted)
|
||||
converted ; TODO:(eval converted) ;; OK, evaluate at compile time
|
||||
converted))) ;; No, see if we can fast-convert it
|
||||
;(prim:inline-convert-prim-call converted)))) ;; No, see if we can fast-convert it
|
||||
;converted))) ;; No, see if we can fast-convert it
|
||||
(prim:inline-convert-prim-call converted)))) ;; No, see if we can fast-convert it
|
||||
((lambda? ast)
|
||||
(let* ((args (lambda-formals->list ast))
|
||||
(ltype (lambda-formals-type ast))
|
||||
|
|
Loading…
Add table
Reference in a new issue