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
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. Initially, an interpreter is created and started in order to execute a modified copy of the