Re: An Haskell compilation server

2001-01-17 Thread Marcin 'Qrczak' Kowalczyk
Wed, 17 Jan 2001 01:49:25 -0800, Simon Marlow <[EMAIL PROTECTED]> pisze: > Funny you should say that. The next version of GHC (5.00 - to be > released soon) will have hmake-like functionality enabling it to > compile multiple modules without exiting, How to specify .c files to be linked in? Or

RE: An Haskell compilation server

2001-01-17 Thread Simon Marlow
> How about turning ghc into a compilation server ? > It would run as a daemon waiting for network > connections, retrieve source files (through the > same network socket, or nfs, or cvs, ...), compile > them locally, and send back the result. > This would prevent having to reload the compiler > f

Re: An Haskell compilation server

2001-01-17 Thread Michael Hanus
Sebastien Carlier wrote: > How about turning ghc into a compilation server ? > It would run as a daemon waiting for network > connections, retrieve source files (through the > same network socket, or nfs, or cvs, ...), compile > them locally, and send back the result. > This would prevent having t

Re: An Haskell compilation server

2001-01-17 Thread Sebastien Carlier
John Meacham wrote: > the benefits may not be as great as you suppose, modern operating > systems keep a buffer cache which contains all recently used data in > memory including executables, if your machine is not memory limited > (such that the OS would have to throw away your ghc pages to make

Re: An Haskell compilation server

2001-01-17 Thread John Meacham
the benefits may not be as great as you suppose, modern operating systems keep a buffer cache which contains all recently used data in memory including executables, if your machine is not memory limited (such that the OS would have to throw away your ghc pages to make room for something else) then