* removed old one-pass compiler. chaitin is now the default

backend
This commit is contained in:
Abdulaziz Ghuloum 2007-06-06 02:57:48 +03:00
parent 563f32c16f
commit 665f3a0b79
3 changed files with 5 additions and 2837 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -2929,7 +2929,9 @@
(pretty-print (unparse x))))
(define (alt-cogen x)
(verify-new-cogen-input x)
(define (time-it name proc)
(proc))
;(verify-new-cogen-input x)
(let* (
;[foo (printf "0")]
[x (remove-primcalls x)]