Re: Patch to enable GHC runtime system with thr_debug_p options...

2012-12-06 Thread Ian Lynagh
On Mon, Dec 03, 2012 at 09:11:07PM +0100, Joachim Breitner wrote: > > Dear GHC HQ: Would you advice against or for providing a RTS in the > thr_debug_p and thr_debug ways in the Debian package? The main reasons not to add RTS ways are that they take time to build, and use disk space once built. F

Re: Patch to enable GHC runtime system with thr_debug_p options...

2012-12-04 Thread Simon Marlow
On 03/12/12 20:11, Joachim Breitner wrote: Dear Michał, Am Sonntag, den 02.12.2012, 22:44 +0100 schrieb "Michał J. Gajda": On 12/02/2012 09:20 PM, Joachim Breitner wrote: I noticed that Ubuntu, as well as Debian and original packages come without some variants of threaded debugging binaries. A

Re: Patch to enable GHC runtime system with thr_debug_p options...

2012-12-03 Thread Joachim Breitner
Dear Michał, Am Sonntag, den 02.12.2012, 22:44 +0100 schrieb "Michał J. Gajda": > On 12/02/2012 09:20 PM, Joachim Breitner wrote: > >> I noticed that Ubuntu, as well as Debian and original packages come > >> without some variants of threaded debugging binaries. > >> A recent change added of printi

Re: GHC Runtime System

2007-01-11 Thread Chris Kuklewicz
Cristian Perfumo wrote: > Hi Friends. > I'm trying to modify GHC runtime in order to add some new functions > to STM API. Wich documentation (if there's any) do you suggest me to > read? I mean... what's the starting point to learn how to link a > Haskell function in STM.hs with a C function in STM

Re: GHC Runtime System

2007-01-11 Thread Kirsten Chevalier
On 1/11/07, Cristian Perfumo <[EMAIL PROTECTED]> wrote: Hi Friends. I'm trying to modify GHC runtime in order to add some new functions to STM API. Wich documentation (if there's any) do you suggest me to read? I mean... what's the starting point to learn how to link a Haskell function in STM.hs

GHC Runtime System

2007-01-11 Thread Cristian Perfumo
Hi Friends. I'm trying to modify GHC runtime in order to add some new functions to STM API. Wich documentation (if there's any) do you suggest me to read? I mean... what's the starting point to learn how to link a Haskell function in STM.hs with a C function in STM.c? Regards. Cristian Perfumo ___