[PATCH] bug in clear_live_bits

2004-01-10 Thread Luke Palmer
sweep 0 was making parrot segfault for me. The patch explains why. Luke Index: src/dod.c === RCS file: /cvs/public/parrot/src/dod.c,v retrieving revision 1.81 diff -u -r1.81 dod.c --- src/dod.c 10 Jan 2004 19:43:06 - 1.8

Re: [PATCH] The Return of the Priority DOD

2004-01-10 Thread Lars Balker Rasmussen
Jeff Clites <[EMAIL PROTECTED]> writes: > It gets set in include/parrot/pobj.h, and is basically set to true if > your platform has some flavor of memalign(), which allows you to > allocate chunks of memory with arbitrary power-of-2 alignment. So all > the platforms being tested on the tinders prob

Some imc questions

2004-01-10 Thread Harry Jackson
I am trying to create an array of global functions from the postgres library mainly to ease passing parameters amongst other things. I have snipped some repetitive code out. I am sure that there are a few errors in the way I am using imc so any corrections or pointers would be much appreciated,

Re: [PATCH] The Return of the Priority DOD

2004-01-10 Thread Jeff Clites
On Jan 10, 2004, at 11:54 AM, Nicholas Clark wrote: On Sat, Jan 10, 2004 at 08:39:51PM +0100, Leopold Toetsch wrote: Nicholas Clark <[EMAIL PROTECTED]> wrote: src/dod.c: In function `clear_live_bits': src/dod.c:755: `cur_arena' undeclared (first use in this function) The appended patch cures it

[perl #24866] [PATCH] Unified harness for IMCC tests

2004-01-10 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #24866] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=24866 > Hi, this patch is an attempt at resolving an item from 'parrot/TODO': Unify

[perl #24868] [PATCH] floor/ceil ops

2004-01-10 Thread via RT
# New Ticket Created by Lars Balker Rasmussen # Please include the string: [perl #24868] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=24868 > I have added floor and ceil ops (like I did for floor in september, but noone n

[perl #24867] [PATCH] more t/src cleanup

2004-01-10 Thread via RT
# New Ticket Created by Lars Balker Rasmussen # Please include the string: [perl #24867] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=24867 > I have rewritten some more of the tests in t/src to use the "proper" approach t

Re: nci

2004-01-10 Thread Tim Bunce
On Sat, Jan 10, 2004 at 08:31:21PM +0100, Leopold Toetsch wrote: > Jeff Clites <[EMAIL PROTECTED]> wrote: > > > I assume the plan is to get on-the-fly building of NCI stubs working > > "everywhere". Platforms where that works don't need the functions > > generated by build_nativecall.pl, but right

Re: additional test file for parrotobject.pmc

2004-01-10 Thread Stéphane Payrard
retry

additional test file for parrotobject.pmc

2004-01-10 Thread Stéphane Payrard
I have not figured out how to change the mime type of the attached file in mutt. :( -- stef

patch to support nums, strings and pmcs as attributes

2004-01-10 Thread Stéphane Payrard
--- classes/parrotobject.pmc.orig 2003-12-06 01:00:29.0 +0100 +++ classes/parrotobject.pmc2004-01-10 21:09:08.0 +0100 @@ -87,7 +87,12 @@ } INTVAL get_integer_keyed (PMC* attr) { - return SELF.get_integer_keyed_str(key_string(interpreter, attr)); +

Re: [PATCH] The Return of the Priority DOD

2004-01-10 Thread Nicholas Clark
On Sat, Jan 10, 2004 at 08:39:51PM +0100, Leopold Toetsch wrote: > Nicholas Clark <[EMAIL PROTECTED]> wrote: > > > src/dod.c: In function `clear_live_bits': > > src/dod.c:755: `cur_arena' undeclared (first use in this function) > > > The appended patch cures it (and all tests pass) but I'm not su

Re: nci

2004-01-10 Thread Leopold Toetsch
Jeff Clites <[EMAIL PROTECTED]> wrote: > I assume the plan is to get on-the-fly building of NCI stubs working > "everywhere". Platforms where that works don't need the functions > generated by build_nativecall.pl, but right now that's only i386; it's > a JIT-like and pretty difficult piece of code

Re: [PATCH] The Return of the Priority DOD

2004-01-10 Thread Leopold Toetsch
Nicholas Clark <[EMAIL PROTECTED]> wrote: > src/dod.c: In function `clear_live_bits': > src/dod.c:755: `cur_arena' undeclared (first use in this function) > The appended patch cures it (and all tests pass) but I'm not sure if it > is correct. Ah yep, thanks. I didn't test the patch with ARENA_DO

Re: [PATCH] Fix for remaining PPC JIT failures

2004-01-10 Thread Jeff Clites
On Jan 9, 2004, at 11:05 AM, Robert wrote: Yeah, I inquired about that ("Patch submission gone missing?" of 1/1/2004), and Robert Spier indicated that it was in the RT moderation queue. If it doesn't show up in a bit, I'll re-send that patch submission directly to the list. It was in the -list-

Re: nci

2004-01-10 Thread Jeff Clites
On Jan 10, 2004, at 6:50 AM, Harry Jackson wrote: # New in libpq.so.3.1 t pt p ptit33i i ptit33i i ptiit33i c pi I have jsut added the above signatures to my call_list due to an upgrade to postgres and was wondering what plans are there for managing the call_l

Re: [PATCH] Fix for remaining PPC JIT failures

2004-01-10 Thread Robert
Yeah, I inquired about that ("Patch submission gone missing?" of 1/1/2004), and Robert Spier indicated that it was in the RT moderation queue. If it doesn't show up in a bit, I'll re-send that patch submission directly to the list. It was in the -list- submission queue. I'm pretty sure I saw i

Re: [PATCH] The Return of the Priority DOD

2004-01-10 Thread Nicholas Clark
On Sat, Jan 10, 2004 at 02:28:38PM +0100, Leopold Toetsch wrote: > Luke Palmer <[EMAIL PROTECTED]> wrote: > > Leopold Toetsch writes: > >> It seems, that in that case we still need to walk the PMC arenas and > >> reset all live bits. OTOH when ARENA_DOD_FLAGS is on, this isn't too > >> expensive be

Re: nci

2004-01-10 Thread Harry Jackson
Harry Jackson wrote: I have tested the patches below now. Could someone have a look at them and see if they can get commited especially the patch to the call_list.txt file. # New in libpq.so.3.1 t pt p ptit33i i ptit33i i ptiit33i c pi I have jsut added the a

Re: [PATCH] The Return of the Priority DOD

2004-01-10 Thread Leopold Toetsch
Luke Palmer <[EMAIL PROTECTED]> wrote: > Leopold Toetsch writes: >> It seems, that in that case we still need to walk the PMC arenas and >> reset all live bits. OTOH when ARENA_DOD_FLAGS is on, this isn't too >> expensive because it can be done my masking a full word worth of 8 PMCs >> at once. So

Re: nci

2004-01-10 Thread Harry Jackson
I have tested the patches below now. Could someone have a look at them and see if they can get commited especially the patch to the call_list.txt file. Harry Harry Jackson wrote: Some questions Please note: I have been unable to test these patches with "make test" due to the problems I mentio

[perl #24865] Parrot and Gentoo

2004-01-10 Thread via RT
# New Ticket Created by Adrian Lambeck # Please include the string: [perl #24865] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=24865 > Hi "raptor", I just read a posting of you on the P6i - Mailinglist concerning your ebu

Re: Meaning of "restart" in *.ops files?

2004-01-10 Thread Leopold Toetsch
Jeff Clites <[EMAIL PROTECTED]> wrote: > What does "restart" mean in op files, as in "restart ADDRESS(resume);"? Restart opcodes set the resume_flag to 1, resume_offset to the next opcode address and then leave the inner run-loop. interpreter.c:runops_int() then restarts a possibly different run-l