Re: [PATCH] Don't mix PIO with stdio in Parrot_warn

2004-02-21 Thread Leopold Toetsch
Goplat [EMAIL PROTECTED] wrote: Using both PIO and stdio in Parrot_warn causes output to get mixed up when io is being buffered. Thanks, applied. leo

Re: [CVS ci] P6C added levels in test hierarchy

2004-02-21 Thread Leopold Toetsch
Allison Randal [EMAIL PROTECTED] wrote: The parrot memory corruption causing t/rx/call.t to fail is back, It isn't fixed yet. The potential corruption moves around, if byte code is added or removed. It might hit you or not. Placing a Ccollectoff op somewhere near the beginning of the code

Re: [perl #26966] [PATCH] JIT on POWER/AIX redux

2004-02-21 Thread Leopold Toetsch
Adam Thomason [EMAIL PROTECTED] wrote: As threatened, I've remade this patch for the improved platform system. aix/asm.s now sports sensible comments and less noise, and is a memory access or two faster to boot. AIX/POWER now passes all tests out of the box. Thanks to all who helped.

Re: JIT branches under the Sun

2004-02-21 Thread Stephane Peiry
On Mon, Feb 16, 2004 at 09:08:55AM +0100, Leopold Toetsch wrote: I see. Your libc's sprintf seems to be missing the 0x prefix for the %p format. Ok you were right, that fixed it immediatly, and I'm now able to see within jit :). Attached are the dumps for this loop, with and without the print

[CVS ci] stacks

2004-02-21 Thread Leopold Toetsch
I've checked in a bunch of changes WRT stack code: * register frames and pad, user, control - stacks have now common code to handle new, push, pop, and copy * COW copying is now implemented (hopefully) correctly for all stacks This should also make the GC-related memory corruption vanish. leo

offtopic - first signs of a drug abuse problem?

2004-02-21 Thread luka frelih
On Feb-19, Dan Sugalski wrote: At 7:30 PM -0500 2/18/04, Simon Glover wrote: One really pedantic comment: wouldn't it make sense to rename the fetchmethod op to fetchmeth, for consistency with callmeth, tailcallmeth etc? Good point. I'll change that, then. D yo reall wan t repea C's infamou creat

CVS update warning

2004-02-21 Thread Steve Fink
. . . P docs/pmc/subs.pod cvs server: internal error: unsupported substitution string -kCOPY U docs/resources/parrot.small.png U docs/resources/perl-styles.css cvs server: internal error: unsupported substitution string -kCOPY U docs/resources/up.gif . . . Should those perhaps be -kb

Re: The Sort Problem: a definitive ruling

2004-02-21 Thread Gordon Henriksen
On Friday, February 20, 2004, at 05:48 , Damian Conway wrote: Joe Gottman asked: How do you decide whether a key-extractor block returns number? Do you look at the signature, or do you simply evaluate the result of the key-extractor for each element in the unsorted list? For example,

Re: Distributed testing idea

2004-02-21 Thread Michael G Schwern
On Wed, Feb 18, 2004 at 06:49:19PM -0600, Ken Williams wrote: 1) In order to be convenient for the code author, he/she should be able to poll for available clients before submitting a job. My inclination would be to make this a simple inetd on the client, rather than any persistent

Re: Distributed testing idea

2004-02-21 Thread Michael G Schwern
On Thu, Feb 19, 2004 at 08:35:28AM +, Nick Ing-Simmons wrote: Michael G Schwern [EMAIL PROTECTED] writes: One thing to keep in mind is portability. In order for this to be useful it has to run on pretty much all platforms. Unix, Windows, VMS, etc... So I'm trying to keep it as simple as