mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 13:37:33 +02:00
WIP
This commit is contained in:
parent
965aadc0d6
commit
ac021ef35e
1 changed files with 3 additions and 1 deletions
|
@ -754,7 +754,9 @@
|
||||||
(lambda (e)
|
(lambda (e)
|
||||||
;; TODO: experimental change, append args to formals instead
|
;; TODO: experimental change, append args to formals instead
|
||||||
;; of just passing formals along
|
;; of just passing formals along
|
||||||
(analyze:find-inlinable-vars e (append formals args)))
|
;(analyze:find-inlinable-vars e (append formals args)))
|
||||||
|
;; try this for now, do a full make then re-make and verify everything works
|
||||||
|
(analyze:find-inlinable-vars e formals))
|
||||||
(ast:lambda-body exp))))
|
(ast:lambda-body exp))))
|
||||||
((const? exp) #t)
|
((const? exp) #t)
|
||||||
((quote? exp) #t)
|
((quote? exp) #t)
|
||||||
|
|
Loading…
Add table
Reference in a new issue