Build description = HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
Build location= /playpen/ghc/nightly/HEAD-cam-02-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx
Nightly build started on cam-02-unx at Wed Jul 18 19:30:01 BST 2007.
checki
Wed Jul 18 13:33:00 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]>
* Made the label generation in the Cmm parser more direct
M ./compiler/cmm/CLabel.hs -7 +1
M ./compiler/cmm/CmmParse.y -16 +11
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http
Mon Jul 16 11:29:06 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]>
* Typo fix in comment
M ./compiler/codeGen/CgUtils.hs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Jul 18 05:54:22 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* maessen_hashtab is broken (trac #1546)
M ./tests/ghc-regress/programs/maessen-hashtab/test.T -2 +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/
Wed Jul 18 05:20:42 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Skip the GHCi debugger tests when unregisterised (trac #1545)
M ./config/ghc +2
M ./mk/test.mk +6
M ./tests/ghc-regress/ghci.debugger/scripts/all.T +7
___
Cvs-ghc mailing list
Manuel M T Chakravarty wrote:
In any case, let me know if there is anything that you'd like me to try
or have a look at on macos to track this down.
I discovered why we get all those extra select() calls (see patch I just
pushed). Also we round up the delay to the next tick interval (was 50
Wed Jul 18 04:26:52 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* Default tick interval was 50ms, change it to 20ms
I think 50ms was accidental, prior to 6.6 it used to be 20ms
M ./rts/RtsFlags.c -2 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
Wed Jul 18 04:06:55 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* remove unused TICK_FREQUENCY
M ./includes/Constants.h -6
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Jul 18 02:27:54 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* wakeUpSleepingThreads: fix off by one
The symptom of this bug is after the time of a threadDelay has
expired, the RTS does a whole slew of extra select() calls.
This should help with #1523, but it's not the whole story.
M
Wed Jul 18 04:17:51 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Fixes for the unreg build
* Fix code output order when printing C so things are defined before
they are used.
* Generate _ret rather than _entry functions for INFO_TABLE_RET.
* Use "ASSIGN_BaseReg" rather than "BaseReg =".
Mon Jul 16 18:42:57 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]>
* Factor 'callerSaveVolatileRegs' out of the NCG and into CgUtil
This is needed because CgForeign and parts of the CPS pass now use
'callerSaveVolatileRegs' and not all platforms have access to the NCG.
M ./compiler/cm
Simon Marlow wrote,
Thorkil Naur wrote:
Hello,
On Wednesday 18 July 2007 04:51, Manuel M T Chakravarty wrote:
Ian Lynagh wrote,
Mon Jul 16 18:32:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Bump the delay for concio from 0.45 to 1s
It wasn't long enough on thorkil's Mac. Should really do
Thorkil Naur wrote:
Hello,
On Wednesday 18 July 2007 04:51, Manuel M T Chakravarty wrote:
Ian Lynagh wrote,
Mon Jul 16 18:32:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Bump the delay for concio from 0.45 to 1s
It wasn't long enough on thorkil's Mac. Should really do something based
on
Hello,
Having sent this, I found the missing "fixed" report for forkprocess01 in the
daily report for 2007-July-17. Sorry about this noise.
Best regards
Thorkil
-- Forwarded Message --
Return-Path: <[EMAIL PROTECTED]>
Received: from fep27.mail.dk ([128.36.229.215]) by fep31.m
Hello,
In today's (2007-July-18) "Daily report for head"
http://www.haskell.org/pipermail/cvs-ghc/2007-July/036864.html
I find
> New unexpected test failures:
>
> forkprocess01 1 tnaur PPC OSX head
Now, forkprocess01 normally fails on the tnaur PPC OSX head builder, but there
is some
Build results:
x86-64 Linux head: pass
x86 Windows head: fail (failed darcs)
x86 Windows head fast: fail (failed darcs) fail (failed darcs) fail
(failed darcs) fail (failed darcs) fail (failed darcs) fail (failed darcs)
gbesh Intel x86_64 Linux head: pass
mnemosyne
Tue Jul 17 21:55:53 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
* Refactoring
M ./compiler/vectorise/VectType.hs -4 +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Jul 17 21:50:51 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
* Better names for PArray instance coercions
M ./compiler/vectorise/VectType.hs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Jul 17 21:44:33 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
* Add generated PArray instances to instance environments
M ./compiler/vectorise/VectMonad.hs +8
M ./compiler/vectorise/VectType.hs -4 +10
M ./compiler/vectorise/Vectorise.hs -3 +15
Tue Jul 17 21:14:11 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
* Nicer names for generated PArray instances
M ./compiler/vectorise/VectType.hs -29 +31
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-g
Tue Jul 17 21:08:28 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
* Generate PArray instances of vectorised tycons
M ./compiler/vectorise/VectType.hs -8 +52
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cv
Tue Jul 17 19:52:35 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
* Generation of DataCons for implicit PArray instances
M ./compiler/vectorise/VectType.hs +35
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo
Tue Jul 17 19:52:24 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
* Fix two typos
M ./compiler/vectorise/VectType.hs -2 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Jul 17 19:51:59 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
* More vectorisation-related OccNames
M ./compiler/basicTypes/OccName.lhs -4 +7
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
24 matches
Mail list logo