exposed pipeline patch (long!)
Doug Evans
dje@transmeta.com
Thu Jan 9 06:55:00 GMT 2003
Ben Elliston writes:
> I'm posting this patch on behalf of Graydon Hoare, who write this
> exposed pipeline support last year. It's a more generalised form of
> the (delay ..) rtx and has been used for a couple of ports already.
Also, nit. I'd rather not add seq when there's already iota.
> Index: utils.scm
> +(define (seq p q) (if (> p q) '() (cons p (seq (+ p 1) q))))
More information about the Cgen
mailing list