Re: detecting memory size?

2004-01-30 Thread Ketil Malde
Joachim Durchholz [EMAIL PROTECTED] writes: What I really want is the amount of memory my application can allocate and excercise lively without causing thrashing. On my Linux computer, that amounts more or less to the installed, physical RAM, minus a bit, so I'll settle for that. :-) An

Re: detecting memory size?

2004-01-30 Thread David Roundy
On Thu, Jan 29, 2004 at 01:13:28PM +0100, Ketil Malde wrote: My aplogies for being unclear! What I really want is the amount of memory my application can allocate and excercise lively without causing thrashing. On my Linux computer, that amounts more or less to the installed, physical RAM,

RE: Problem with ghc on Windows ME

2004-01-30 Thread Simon Marlow
In released software, I'm using only system so far, so won't be affected negatively. But I still haven't managed to work around the works in win98/fails in winXP problem I mentioned, and have so far avoided trying rawSystem because of the version problem. If you can offer a workaroung to the

RE: Problem with ghc on Windows ME

2004-01-30 Thread Simon Marlow
[ file actually attached this time... ] In released software, I'm using only system so far, so won't be affected negatively. But I still haven't managed to work around the works in win98/fails in winXP problem I mentioned, and have so far avoided trying rawSystem because of the version

Re: Problem with ghc on Windows ME

2004-01-30 Thread Gour
Simon Peyton-Jones ([EMAIL PROTECTED]) wrote: Simon and I spent an hour getting to the bottom of Gour's problem. Thank you very much for taking the issue. It's very much appreciated. Simon M sent round a source patch yesterday. It'd be great if someone could confirm that it really works.

Re: linking problems after switching from GHC5 to GHC6

2004-01-30 Thread Sven Panne
Volker Wysk wrote: I've put together a minimal program which reproduces the problem. Save the three attachments in a new directroy and type make. I'ts just as described earlier. The trivial program compiles with GHC5, but not GHC6. [...] Hmmm, it looks like GHC is reversing the order of files in

Re: linking problems after switching from GHC5 to GHC6

2004-01-30 Thread Sigbjorn Finne
This is a 6.x bug; I fixed it in HEAD a while back, http://haskell.org/pipermail/cvs-ghc/2003-October/018991.html but the change wasn't merged for some reason. --sigbjorn - Original Message - From: Sven Panne [EMAIL PROTECTED] To: Volker Wysk [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]