cvs commit: fptools/ghc/compiler/main DriverPipeline.hs

Sigbjorn Finne sof@galconn.com
Tue, 10 Jul 2001 21:56:29 -0700


>   
>   BTW, there's an opportunity to shorten the critical path for .hs files
>   some in the driver: at the moment 'unlit' is run over all input.
>   

I take that back; further inspection of the sources showed that
DriverPhases.startPhase & DriverPipeline.genPipeline minimise
the default pipeline dep. on the extension of the input file.

--sigbjorn