* removed old one-pass compiler. chaitin is now the default
backend
This commit is contained in:
parent
563f32c16f
commit
665f3a0b79
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -2929,7 +2929,9 @@
|
||||||
(pretty-print (unparse x))))
|
(pretty-print (unparse x))))
|
||||||
|
|
||||||
(define (alt-cogen x)
|
(define (alt-cogen x)
|
||||||
(verify-new-cogen-input x)
|
(define (time-it name proc)
|
||||||
|
(proc))
|
||||||
|
;(verify-new-cogen-input x)
|
||||||
(let* (
|
(let* (
|
||||||
;[foo (printf "0")]
|
;[foo (printf "0")]
|
||||||
[x (remove-primcalls x)]
|
[x (remove-primcalls x)]
|
||||||
|
|
Loading…
Reference in New Issue