mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Testing analysis code
This commit is contained in:
parent
d36f9be25b
commit
5d0e952c7c
1 changed files with 4 additions and 3 deletions
|
@ -18,6 +18,7 @@
|
||||||
(scheme cyclone util)
|
(scheme cyclone util)
|
||||||
(scheme cyclone cgen)
|
(scheme cyclone cgen)
|
||||||
(scheme cyclone transforms)
|
(scheme cyclone transforms)
|
||||||
|
(scheme cyclone optimize-cps)
|
||||||
(scheme cyclone macros)
|
(scheme cyclone macros)
|
||||||
(scheme cyclone libraries))
|
(scheme cyclone libraries))
|
||||||
|
|
||||||
|
@ -239,9 +240,9 @@
|
||||||
;; TODO: re-run phases again until program is stable (less than n opts made, more than r rounds performed, etc)
|
;; TODO: re-run phases again until program is stable (less than n opts made, more than r rounds performed, etc)
|
||||||
;; END CPS optimization
|
;; END CPS optimization
|
||||||
|
|
||||||
; (analyze-cps input-program)
|
(analyze-cps input-program)
|
||||||
; (trace:info "---------------- cps analysis db:")
|
(trace:info "---------------- cps analysis db:")
|
||||||
; (trace:info (adb:get-db))
|
(trace:info (adb:get-db))
|
||||||
|
|
||||||
; (set! input-program
|
; (set! input-program
|
||||||
; (map
|
; (map
|
||||||
|
|
Loading…
Add table
Reference in a new issue