Re: Haskell PPL bug fix

2004-10-15 Thread Marcin 'Qrczak' Kowalczyk
Axel Simon <[EMAIL PROTECTED]> writes: > the Haskell compiler GHC replaces the memory allocator in GMP with > one that allocates from the Haskell heap. Pedro managed to link the > PPL with a private version of GMP but that is not a feasible > solution in the long term. I second this. I would like

RE: Haskell PPL bug fix

2004-10-15 Thread Simon Marlow
On 15 October 2004 10:25, Axel Simon wrote: > for Simon M: conceptually it would be nicer if GHC uses it's private > version of GMP. Yes. This has been discussed on the GHC User's list (recently I believe). Ideally we'd like to replace GMP with something else. > Alternatively, GHC could just u

Re: Haskell PPL bug fix

2004-10-15 Thread Axel Simon
Roberto, Simon, this is a message is about a Haskell binding to the Parma Polyhedra Library. I had trouble with segfaults which were GC-related. Pedro figured out what I had done wrong: the Haskell compiler GHC replaces the memory allocator in GMP with one that allocates from the Haskell heap. Ped