[nightly] 23-May-2008 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-05-23 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Fri May 23 18:00:01 BST 2008. checking out

Re: Re[2]: [Haskell-cafe] Announce: ghc-core, command line pager for reading GHC Core

2008-05-23 Thread Don Stewart
duncan.coutts: > > On Fri, 2008-05-23 at 21:24 +0200, Henning Thielemann wrote: > > On Fri, 23 May 2008, Bulat Ziganshin wrote: > > > > > Hello Henning, > > > > > > Friday, May 23, 2008, 8:31:24 PM, you wrote: > > > > > >> would guarantee speed in every case. Or I can SPECIALISE the function, > >

Re: Re[2]: [Haskell-cafe] Announce: ghc-core, command line pager for reading GHC Core

2008-05-23 Thread Duncan Coutts
On Fri, 2008-05-23 at 21:24 +0200, Henning Thielemann wrote: > On Fri, 23 May 2008, Bulat Ziganshin wrote: > > > Hello Henning, > > > > Friday, May 23, 2008, 8:31:24 PM, you wrote: > > > >> would guarantee speed in every case. Or I can SPECIALISE the function, > >> then the function will only be

[nightly] 23-May-2008 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-05-23 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Fri May 23 18:10:01 BST 2008. checki

Re[2]: [Haskell-cafe] Announce: ghc-core, command line pager for reading GHC Core

2008-05-23 Thread Henning Thielemann
On Fri, 23 May 2008, Bulat Ziganshin wrote: Hello Henning, Friday, May 23, 2008, 8:31:24 PM, you wrote: would guarantee speed in every case. Or I can SPECIALISE the function, then the function will only be called, but with polymorphism overhead eliminated. This would only work for a restrict

Re: [Haskell-cafe] Announce: ghc-core, command line pager for reading GHC Core

2008-05-23 Thread Don Stewart
igloo: > On Fri, May 23, 2008 at 05:54:36PM +0200, Henning Thielemann wrote: > > > > An even more advanced tool could show differences between two Core > > listings. > > That would be great. In the meantime, from GHC 6.10, > -ddump-simpl -dsuppress-uniques > can be good enough to get by (it

Re[2]: [Haskell-cafe] Announce: ghc-core, command line pager for reading GHC Core

2008-05-23 Thread Bulat Ziganshin
Hello Henning, Friday, May 23, 2008, 8:31:24 PM, you wrote: > would guarantee speed in every case. Or I can SPECIALISE the function, > then the function will only be called, but with polymorphism overhead > eliminated. This would only work for a restricted range of types. I'd like > to have a pr

patch applied (ghc-6.8/ghc): Fix the build when we don't have editline (e.g. on Windows)

2008-05-23 Thread Ian Lynagh
Fri May 23 09:33:25 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix the build when we don't have editline (e.g. on Windows) M ./compiler/ghci/InteractiveUI.hs -1 +5 View patch online: http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080523163325-3fd76-87d779759c122b5fdfd840ed084ac0785ee

Re: [Haskell-cafe] Announce: ghc-core, command line pager for reading GHC Core

2008-05-23 Thread Don Stewart
lemming: > > On Fri, 23 May 2008, Henning Thielemann wrote: > > >An even more advanced tool could show differences between two Core > >listings. Say I have a program which runs too slow. But if I change a > >small detail it runs significantly faster - I want to know, how did my > >change in th

Re: [Haskell-cafe] Announce: ghc-core, command line pager for reading GHC Core

2008-05-23 Thread Ian Lynagh
On Fri, May 23, 2008 at 05:54:36PM +0200, Henning Thielemann wrote: > > An even more advanced tool could show differences between two Core > listings. That would be great. In the meantime, from GHC 6.10, -ddump-simpl -dsuppress-uniques can be good enough to get by (it means you don't get di

Re: [Haskell-cafe] Announce: ghc-core, command line pager for reading GHC Core

2008-05-23 Thread Henning Thielemann
On Fri, 23 May 2008, Henning Thielemann wrote: An even more advanced tool could show differences between two Core listings. Say I have a program which runs too slow. But if I change a small detail it runs significantly faster - I want to know, how did my change in the Haskell file modified th

Re: [Haskell-cafe] Announce: ghc-core, command line pager for reading GHC Core

2008-05-23 Thread Henning Thielemann
On Fri, 2 May 2008, Neil Mitchell wrote: Hi Don, Just a quick announcement, I've uploaded to hackage 'ghc-core' , a wrapper over ghc for displaying the optimised core and assembly language ghc produces from your programs. This is cool, but it still lags behind the facilities found in yhc-

Re: [Haskell-cafe] Announce: ghc-core, command line pager for reading GHC Core

2008-05-23 Thread Henning Thielemann
On Fri, 2 May 2008, Neil Mitchell wrote: Hi Don, Just a quick announcement, I've uploaded to hackage 'ghc-core' , a wrapper over ghc for displaying the optimised core and assembly language ghc produces from your programs. This is cool, but it still lags behind the facilities found in yhc-

patch applied (ghc): Do some stack fiddling in stg_unblockAsyncExceptionszh_ret

2008-05-23 Thread Ian Lynagh
Thu May 22 20:25:08 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Do some stack fiddling in stg_unblockAsyncExceptionszh_ret This fixes a segfault in #1657 M ./rts/Exception.cmm +8 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080523032508-3fd76-3f2c4ed9f0d1fd940b9889167da

patch applied (ghc): Fix warnings in TcTyDecls

2008-05-23 Thread Ian Lynagh
Tue May 20 17:42:51 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix warnings in TcTyDecls M ./compiler/typecheck/TcTyDecls.lhs -11 +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080521004251-3fd76-5e5d9aa393ab055b718348b334e53b9571e0b4c5.gz _

patch applied (ghc): Fix whitespace in TcTyDecls

2008-05-23 Thread Ian Lynagh
Tue May 20 17:39:35 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix whitespace in TcTyDecls M ./compiler/typecheck/TcTyDecls.lhs -121 +121 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080521003935-3fd76-6ea9d824be0ce98618bb13aa26ffcc8acafee0ec.gz

patch applied (ghc-6.8/ghc): Do some stack fiddling in stg_unblockAsyncExceptionszh_ret

2008-05-23 Thread Ian Lynagh
Thu May 22 20:25:08 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Do some stack fiddling in stg_unblockAsyncExceptionszh_ret This fixes a segfault in #1657 M ./rts/Exception.cmm +8 View patch online: http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080523032508-3fd76-3f2c4ed9f0d1fd940b9

patch applied (ghc-6.8/ghc): MERGED: Improve the treatment of 'seq' (Trac #2273)

2008-05-23 Thread Ian Lynagh
Wed May 21 14:20:31 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Improve the treatment of 'seq' (Trac #2273) Trac #2273 showed a case in which 'seq' didn't cure the space leak it was supposed to. This patch does two things to help a) It removes a now-redundant special case

Daily report for stable

2008-05-23 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: fail (failed stage1) kgardas stable: lost fail (failed stage1) macgyver PPC OSX stable: pass x86 Windows stable: fail (failed stage1) x86 Windows stable fast: pass pass lost pass pass pass x86-64 Linux stable: pass O

Daily report for head

2008-05-23 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed stage1) x86 Windows head: fail (failed stage1) x86 Windows head fast: pass pass pass gabor head:pass kahl G5 Gentoo Linux head: fail (failed darcs) kgardas head: lost x86-64 Linux head unreg: pass Ol