Tom Carchrae writes:
> Hi,
>
> >> Hi all. What's the current state of play with ghc (any version), on NT
> >> machines?
> >
> >Assuming you've got cygwin32 (Unix emulation layer + GNU tools available
> >via http://www.cygnus.com) installed, ghc should work as on other
> >supported platforms.
>
> It should be noted however, that the cygwin32 package is pretty slow.
> Perhaps it works better on NT than 95, but I believe they (cygnus) are
> still working on improving the speed of it. Compiled code seemed to run
> at a reasonable speed, but I would expect that any I/O or system calls
> performed by a ghc program would bring the speed right down. Compilations
> take a long time.
>
Emulation has a price - hopefully things will speed up with the
release of beta19, although the ghc compilation speeds I'm seeing on a
PPro/64M system aren't that much worse than on a sanely equipped Ultra
Sparc.
It is our intention to move away from this emulation layer as much as
possible for ghc compiled binaries though, i.e., you don't
have to distribute the cygwin.dll with your apps. A secondary benefit
of this will hopefully be some speedup.
--Sigbjorn