Re: hat, ghc

2005-09-02 Thread Frederik Eaton
On Fri, Sep 02, 2005 at 10:22:06AM +0100, Malcolm Wallace wrote: > Frederik Eaton <[EMAIL PROTECTED]> writes: > > > By the way, can I make a request to have the hmake default be to use > > the environment? > > Ian Lynagh recently added this capability to hmake, but it wasn't > documented (until y

Re: Profiling and analysing space usage

2005-09-02 Thread Bulat Ziganshin
Hello Alistair, Thursday, September 01, 2005, 6:36:09 PM, you wrote: AB> The heap profile graph for this program shows an initial peak, and AB> then the graph is flat at 8Mbytes, which I think is the space AB> allocated to the two STArrays (2 arrays, 1 million chars each, 4 bytes AB> per char?).

RE: Profiling under 6.4.1 and Solaris segfaults

2005-09-02 Thread Simon Peyton-Jones
Does this happen on anything other than Solaris? We don't have local access to Solaris hardware at the moment. Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:glasgow-haskell-users- | [EMAIL PROTECTED] On Behalf Of Nils Anders Danielsson | Sent: 29 August 2005 18:04 | To: gl

Re: hat, ghc

2005-09-02 Thread Malcolm Wallace
Frederik Eaton <[EMAIL PROTECTED]> writes: > By the way, can I make a request to have the hmake default be to use > the environment? Ian Lynagh recently added this capability to hmake, but it wasn't documented (until yesterday). The relevant option is hmake-config add-dyn ghc which causes th