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
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