Re: [CVS ci] more JIT changes: register usage array, block allocation..

2002-12-01 Thread Daniel Grunblatt
On Sunday 01 December 2002 18:04, Leopold Toetsch wrote: > Daniel Grunblatt wrote: > > The problem is that we do want to allocate a hardware register for a > > Parrot register that is used only once in the section since the section > > can be executed more than once, if you don't mind I want to rem

Re: [CVS ci] more JIT changes: register usage array, block allocation..

2002-12-01 Thread Leopold Toetsch
Daniel Grunblatt wrote: The problem is that we do want to allocate a hardware register for a Parrot register that is used only once in the section since the section can be executed more than once, if you don't mind I want to remove ALLOCATE_REGISTERS_ALWAYS. I do mind, until all platform con

Re: [CVS ci] more JIT changes: register usage array, block allocation..

2002-12-01 Thread Daniel Grunblatt
On Friday 29 November 2002 05:59, Leopold Toetsch wrote: > Recent changes to jit: > > Register usage is now kept in an array per register type and is > calculated for non jitted sections too. > > Register usage can be per section (a sequence of either jitted or > nonjitted ops not separated by bran

Re: [perl #18793] [PATCH] befunge now supports step by step execution

2002-12-01 Thread Nicholas Clark
On Sun, Dec 01, 2002 at 09:10:29AM +, Jerome Quelin wrote: > >From the Changes file: > - debugger can now interact with user. > - debugger can dump playfield. > - debugger can print information about current IP. > - debugger can execute a befunge program step by step. Thanks applied.

Re: [perl #18747] [PATCH] Use imcc instead of assemble.pl

2002-12-01 Thread Leopold Toetsch
Jürgen Bömmels (via RT) wrote: # New Ticket Created by Jürgen Bömmels # Please include the string: [perl #18747] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18747 > thanks, imcc.diff is applied leo

[perl #18793] [PATCH] befunge now supports step by step execution

2002-12-01 Thread via RT
# New Ticket Created by Jerome Quelin # Please include the string: [perl #18793] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18793 > >From the Changes file: - debugger can now interact with user. - debugger can dump