pgj2, build 52, Success

2010-06-02 Thread Builder
pgj2, build 52 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/52.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

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

2010-06-02 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 Wed Jun 2 18:00:01 BST 2010. checking out

pgj-freebsd-amd64-stable, build 4, Failure

2010-06-02 Thread Builder
pgj-freebsd-amd64-stable, build 4 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/4.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

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

2010-06-02 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 Wed Jun 2 18:10:01 BST 2010. checkin

pgj, build 52, Success

2010-06-02 Thread Builder
pgj, build 52 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/52.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

mbolingbroke, build 14, Success

2010-06-02 Thread Builder
mbolingbroke, build 14 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/mbolingbroke/14.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Succe

pgj-freebsd-i386-stable, build 4, Failure

2010-06-02 Thread Builder
pgj-freebsd-i386-stable, build 4 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/4.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

tn23, build 46, Failure

2010-06-02 Thread Builder
tn23, build 46 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/46.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

[nightly] 02-Jun-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-06-02 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Wed Jun 2 19:00:01 BST 2010. ***

[nightly] 02-Jun-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-06-02 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Wed Jun 2 19:10:01 BST 201

Re: patch applied (ghc): Change our #defines to work on FreeBSD too

2010-06-02 Thread Isaac Dupree
On 06/01/10 04:47, Simon Marlow wrote: On 01/06/2010 09:35, Ben Lippmeier wrote: Is there any reason not to just enable -std=c99? Yes - we stray outside C99 and use GNU extensions in a few places, so I don't think it would work. Isn't that what -std=gnu99 is for? (sorry if i'm too out-of-con

Re: Some questions about GHC source code and wiki

2010-06-02 Thread Marco Túlio Gontijo e Silva
Hi. Another section of questions: >From rts/sm/Evac.c: (...) >Changing evacuate() to take an (StgClosure **) rather than >returning the new pointer seems attractive, because we can avoid >writing back the pointer when it hasn't changed (eg. for a static >object, or an object in a

sparky, build 18, Failure

2010-06-02 Thread Builder
sparky, build 18 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky/18.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

Re: patch applied (ghc): Change our #defines to work on FreeBSD too

2010-06-02 Thread Gabor PALI
Hello, On 06/02/10 09:52, Simon Marlow wrote: > I did add the #ifdef as you suggested: Argh, sorry, I had a different (but unspoken) interpretation: #if !defined(freebsd_HOST_OS) # define _POSIX_SOURCE 1 # define _POSIX_C_SOURCE 199506L # define _XOPEN_SOURCE 500 # define _ISOC99_SOURCE #else #

mbolingbroke, build 13, Success

2010-06-02 Thread Builder
mbolingbroke, build 13 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/mbolingbroke/13.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Succe

simonmar-win32-head, build 45, Success

2010-06-02 Thread Builder
simonmar-win32-head, build 45 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/45.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

Re: Some questions about GHC source code and wiki

2010-06-02 Thread Simon Marlow
On 31/05/2010 20:26, Marco Túlio Gontijo e Silva wrote: http://people.debian.org/~marcot/mem2.png (source code: http://people.debian.org/~marcot/mem2.hs ) This image contains three scenarios of allocations using Immix. In the first, all objects are allocated once, so there's no fragmentation.

Re: Some questions about GHC source code and wiki

2010-06-02 Thread Simon Marlow
On 27/05/2010 12:48, Marco Túlio Gontijo e Silva wrote: Excerpts from Simon Marlow's message of Qui Mai 27 05:38:16 -0300 2010: I suggest we allocate medium objects in a separate space entirely, and maybe just copy them as normal, rather than using mark/sweep on them. You mean there will be

Re: patch applied (ghc): Change our #defines to work on FreeBSD too

2010-06-02 Thread Simon Marlow
On 01/06/2010 15:51, Gabor PALI wrote: Hey, On Tue, Jun 1, 2010 at 10:47 AM, Simon Marlow wrote: We could just back off the recent changes to PosixSource.h. I did try to fix things Actually it fixed things on FreeBSD. Please do not "just back off"... but do what I have suggested in the beg

simonmar-win32-stable, build 34, Success

2010-06-02 Thread Builder
simonmar-win32-stable, build 34 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/34.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

[nightly] 01-Jun-2010 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-06-02 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 Tue Jun 1 18:00:02 BST 2010. checking out

pgj2, build 51, Success

2010-06-02 Thread Builder
pgj2, build 51 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/51.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

[nightly] 01-Jun-2010 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-06-02 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 Tue Jun 1 18:10:01 BST 2010. checkin

pgj, build 51, Success

2010-06-02 Thread Builder
pgj, build 51 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/51.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

tn23, build 45, Failure

2010-06-02 Thread Builder
tn23, build 45 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/45.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring