mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP
This commit is contained in:
parent
8f4dca2090
commit
b0ede616d2
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
(scheme cyclone cps-optimizations)
|
||||
(scheme cyclone util)
|
||||
(scheme cyclone pretty-print)
|
||||
(srfi 2)
|
||||
(srfi 69)
|
||||
)))
|
||||
|
||||
|
@ -178,6 +179,8 @@
|
|||
;; TODO: store table and call these to test various vars:
|
||||
(analyze:find-inlinable-vars (ast:sexp->ast sexp) '()) ;; Identify variables safe to inline
|
||||
(pretty-print (inline-ok-from-call-graph? 'r$39 ht))
|
||||
(newline)
|
||||
(pretty-print (inline-ok-from-call-graph? 'zzz ht))
|
||||
(newline)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue