mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Remove experimental code
This commit is contained in:
parent
f1d5bb6f83
commit
62613e537e
1 changed files with 0 additions and 7 deletions
|
@ -224,13 +224,6 @@
|
|||
input-program))
|
||||
(trace:info "---------------- after func->primitive conversion:")
|
||||
(trace:info input-program) ;pretty-print
|
||||
|
||||
(trace:info "---------------- results of inlinable-top-level-function analysis: ")
|
||||
(for-each
|
||||
(lambda (e)
|
||||
(if (inlinable-top-level-function? e)
|
||||
(trace:info (define->var e))))
|
||||
input-program)
|
||||
|
||||
(let ((cps (map
|
||||
(lambda (expr)
|
||||
|
|
Loading…
Add table
Reference in a new issue