Cleaned up copyright, after talking to Gregor (who is sending in a
signed contributor agreement). Resolved in r24885.
# 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.
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
--
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
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
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
> Stop this stupid "hard-code the new oplib" stuff.
Doh - I saw this last night but was too lazy to fix it... :)
-Melvin
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"--
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
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.
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
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
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
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
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
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.
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
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
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
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
<
20 matches
Mail list logo