Re: HPC gives spurious results if sources are compiled with -cpp

2009-07-16 Thread Ian Lynagh
On Wed, Jul 15, 2009 at 04:05:14PM +, Dominic Steinitz wrote: > Simon Marlow gmail.com> writes: > > > > > On 14/07/2009 10:08, Dominic Steinitz wrote: > > > Trac doesn't seem to work for us so I'm sending this bug report by email. > > > > What's the symptom? > > > > Cheers, > > Simon >

Re: ANNOUNCE: GHC version 6.10.4

2009-07-16 Thread Yitzchak Gale
>    The (Interactive) Glasgow Haskell Compiler -- version 6.10.4 > How to get it >        http://www.haskell.org/ghc/ I have a few comments about the "Distribution Packages" page that is linked from there: http://www.haskell.org/ghc/distribution_packages.html Debian: Remove the line "Newer pac

Re: HPC gives spurious results if sources are compiled with -cpp

2009-07-16 Thread Ian Lynagh
On Wed, Jul 15, 2009 at 04:59:27PM +0400, Bulat Ziganshin wrote: > Hello Simon, > > Wednesday, July 15, 2009, 4:36:28 PM, you wrote: > > >> Trac doesn't seem to work for us so I'm sending this bug report by email. > > > What's the symptom? > > i filled bugreport few days ago and when i hit send

Re: HPC gives spurious results if sources are compiled with -cpp

2009-07-16 Thread Ian Lynagh
On Tue, Jul 14, 2009 at 09:08:46AM +, Dominic Steinitz wrote: > > ghc --version > The Glorious Glasgow Haskell Compilation System, version 6.10.1 > > ghc.exe -fhpc -cpp --make CommonHPC.hs -o CommonHPC > > commonHPC > > hpc markup CommonHPC --fun-entry-count > > This gives no entry counts

ANNOUNCE: GHC version 6.10.4

2009-07-16 Thread Ian Lynagh
== The (Interactive) Glasgow Haskell Compiler -- version 6.10.4 == The GHC Team is pleased to announce a new patchlevel release of GHC. This release contains a number

Re: buildFdSets: file descriptor out of range

2009-07-16 Thread Brandon S. Allbery KF8NH
On Jul 16, 2009, at 03:32 , Johan Tibell wrote: 2009/7/16 Kazu Yamamoto > I have a standalone (i.e. not integrated into the RTS yet) proof of concept > working using kqueue. However, to be portable we still need to fall back to > select on systems that don't support anything better. This imp

Re: buildFdSets: file descriptor out of range

2009-07-16 Thread Simon Marlow
On 16/07/2009 06:53, Kazu Yamamoto (山本和彦) wrote: Hello, Reduce this to 1024, otherwise the runtime will eventually find itself dealing with file descriptors beyond the select() limit mentioned above. Someone with more knowledge of the Haskell runtime will have to advise as to possible ways arou

Re: buildFdSets: file descriptor out of range

2009-07-16 Thread Johan Tibell
2009/7/16 Kazu Yamamoto > Hello, > > > I have a standalone (i.e. not integrated into the RTS yet) proof of > concept > > working using kqueue. However, to be portable we still need to fall back > to > > select on systems that don't support anything better. This implies that > if you > > want to w