Claus Reinke wrote:
http://hackage.haskell.org/trac/ghc/wiki/DarcsEvaluation

thanks, Simon!
- perhaps everybody should list their open ghc-related darcs tickets there? in case the darcs developers take a look. btw, it is easy to confuse the ghc wiki with darcs ticket numbers!-)

- 'darcs changes <file>' can be sped up drastically by
   adding --last=1000 (which ought to be enough for
   most queries?). compare:

   darcs changes compiler/ghci/InteractiveUI.hs | less
   darcs changes compiler/ghci/InteractiveUI.hs --last=1000 | less

Maybe it's worse on non-partial repositories, but for example:

$ time darcs cha Makefile --last=1000
...
54.27s real   52.70s user   0.36s system   97% darcs cha Makefile

That's stretching my definition of "a few" :-) And for this to be usable for a web interface, it really needs to be a sub-second response.

Cheers,
        Simon

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to