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