[perl #46907] [TODO] Resolve Copyright in tools/build/pbc2c.pl

2008-01-15 Thread Allison Randal via RT
Cleaned up copyright, after talking to Gregor (who is sending in a signed contributor agreement). Resolved in r24885.

[perl #46907] [TODO] Resolve Copyright in tools/build/pbc2c.pl

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46907] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46907 > In tools/build/pbc2c.pl there is the todo item: # TODO: Resolve copyright.

build_tools/pbc2c.pl -- A task!

2004-06-17 Thread Dan Sugalski
I notice that this doesn't seem to work, at least not for me right now. So, could some enterprising soul(s): 1) Thump it into working 2) Add tests to the test suite Note that you don't have to get it working to add the tests, or add the tests if you get it working. -- Dan --

Re: [perl #16298] [PATCH] pbc2c.pl startup

2002-08-20 Thread Steve Fink
On Tue, Aug 20, 2002 at 09:12:36PM +0200, Leopold Toetsch wrote: > Leopold Toetsch (via RT) wrote: > > >attached patch uses now a similar startup code for native compiled > >programs like test_main.c. > > Rediffed and additional patch to compile natively .pasm containing keyed > access (pack_k

Re: [perl #16298] [PATCH] pbc2c.pl startup

2002-08-20 Thread Leopold Toetsch
y, leo --- Types.pmTue Aug 20 07:06:11 2002 +++ /home/lt/src/parrot-007/lib/Parrot/Types.pm Tue Aug 20 15:59:34 2002 @@ -19,6 +19,7 @@ &pack_sv &pack_op &pack_arg +&pack_key &unpack_byte &unpack_intval --- pbc2c.plTue Aug 20 07:06:07 20

[perl #16298] [PATCH] pbc2c.pl startup

2002-08-19 Thread via RT
ams like test_main.c. Please apply, leo -- attachment 1 -- url: http://rt.perl.org/rt2/attach/34380/28110/f984c9/pbc2c.pl.diff --- pbc2c.plSun Aug 11 08:50:12 2002 +++ /home/lt/src/parrot-007/pbc2c.plMon Aug 19 08:39:15 2002 @@ -5

Re: cvs commit: parrot pbc2c.pl

2002-01-19 Thread Melvin Smith
> Stop this stupid "hard-code the new oplib" stuff. Doh - I saw this last night but was too lazy to fix it... :) -Melvin

Re: [PATCH] pbc2c.pl control flow fix [APPLIED]

2002-01-15 Thread Dan Sugalski
At 06:33 PM 1/14/2002 -0500, Jason Gloudon wrote: >Pointer arithmetic not quite right in the generated code. Also patches >pbc2c.pl to work with rx.ops. Applied, thanks. Dan --"it's like this"--

[PATCH] pbc2c.pl control flow fix

2002-01-14 Thread Jason Gloudon
Pointer arithmetic not quite right in the generated code. Also patches pbc2c.pl to work with rx.ops. -- Jason Index: pbc2c.pl === RCS file: /home/perlcvs/parrot/pbc2c.pl,v retrieving revision 1.12 diff -r1.12 pbc2c.pl 30c30

Re: [PATCH] bsr with prederef [Was Re: [PATCH] jumps with pbc2c.pl]

2002-01-13 Thread Simon Cozens
On Sat, Jan 12, 2002 at 08:14:18PM -0500, Jason Gloudon wrote: > Here is a patch that fixes prederef with respect to bsr. Thanks, applied. -- I often think I'd get better throughput yelling at the modem.

Re: [PATCH] jumps with pbc2c.pl

2002-01-12 Thread Dan Sugalski
At 12:02 AM 1/12/2002 +, Nicholas Clark wrote: >On Fri, Jan 11, 2002 at 12:54:08PM -0500, Dan Sugalski wrote: > > At 06:01 PM 1/10/2002 -0500, Jason Gloudon wrote: > > >Here is a patch that makes pbc2c generated code work with the bsr > opcode. It > > >creates a new opcode 'enternative', and

[PATCH] bsr with prederef [Was Re: [PATCH] jumps with pbc2c.pl]

2002-01-12 Thread Jason Gloudon
Here is a patch that fixes prederef with respect to bsr. -- Jason Index: interpreter.c === RCS file: /home/perlcvs/parrot/interpreter.c,v retrieving revision 1.57 diff -u -r1.57 interpreter.c --- interpreter.c 12 Jan 2002 1

Re: [PATCH] jumps with pbc2c.pl

2002-01-12 Thread Nicholas Clark
On Sat, Jan 12, 2002 at 10:26:37AM -0500, Dan Sugalski wrote: [on prederef going SEGV with the bsr opcode] > I'm not going to worry too much about it for the moment, as I'm not sure > what the ultimate fate of the prederef stuff will be. If the JIT works out > well on most of our platforms, we

Re: [PATCH] jumps with pbc2c.pl

2002-01-11 Thread Nicholas Clark
On Fri, Jan 11, 2002 at 12:54:08PM -0500, Dan Sugalski wrote: > At 06:01 PM 1/10/2002 -0500, Jason Gloudon wrote: > >Here is a patch that makes pbc2c generated code work with the bsr opcode. It > >creates a new opcode 'enternative', and uses this to support a mixed model of > >interpretation and

Re: [PATCH] jumps with pbc2c.pl

2002-01-11 Thread Dan Sugalski
At 06:01 PM 1/10/2002 -0500, Jason Gloudon wrote: >Here is a patch that makes pbc2c generated code work with the bsr opcode. It >creates a new opcode 'enternative', and uses this to support a mixed model of >interpretation and execution of compiled C code. Applied, thanks. Seems to give life abo

[PATCH] jumps with pbc2c.pl

2002-01-10 Thread Jason Gloudon
R_OPCODE, (opcode_t +*)interpreter->code->byte_code)); +} + #### =item B(out PMC, in INT) Index: pbc2c.pl === RCS file: /home/perlcvs/parrot/pbc2c.pl,v retrieving revision 1.11 diff -u -r1.

pbc2c.pl

2001-10-28 Thread Daniel Grunblatt
Hi all, I made some little changes to pbc2c.pl to make it work with all (working) examples. I'm sorry that it throws some nasty warnings, maybe it's possible to remove them using opcode_t * instead of int. Opinions more th

Re: [PATCH] pbc2c.pl causing make problems with mops.pbc

2001-10-24 Thread R. O'Neil
Oops, attached the wrong file. Here is the diff. --- "R. O'Neil" <[EMAIL PROTECTED]> wrote: > Here is a fix for that. The interpreter was not > getting passed in as it should. > > -Ryan __ Do You Yahoo!? Make a great connection at Yahoo! Per

[PATCH] pbc2c.pl causing make problems with mops.pbc

2001-10-24 Thread R. O'Neil
Here is a fix for that. The interpreter was not getting passed in as it should. -Ryan __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com pbc2c.pl Description: pbc2c.pl

[PATCH] Bugfix for pbc2c.pl

2001-10-24 Thread talisman580
pbc2c.pl is generating some problems when deconstructing mops.pbc. The patch is simple: Index: pbc2c.pl === RCS file: /home/perlcvs/parrot/pbc2c.pl,v retrieving revision 1.2 diff -r1.2 pbc2c.pl 124c124 <