[PATCH]class_count_mutex

2005-05-28 Thread Vladimir Lipsky
class_count_mutex is used without having been initialized. The fixes that. inter_create.c.patch Description: Binary data

Re: [PATCH]get_mmd_dispatch_type fix

2005-05-28 Thread Leopold Toetsch
Vladimir Lipsky <[EMAIL PROTECTED]> wrote: Thanks, applied - r8196 leo

[PATCH]get_mmd_dispatch_type fix

2005-05-28 Thread Vladimir Lipsky
The patch fixes the bug which appeared in revision 7950 mmd.c.patch Description: Binary data

[rev 8195] debug & trace flags

2005-05-28 Thread Leopold Toetsch
I've now split the various debug and trace settings a bit. We now have: -d, --imcc-debug -D, --parrot-debug op debug(in $1) -t, --traceop trace(in $1) All of the options take an optional hex-digit. A summary of the individual bits can be obtained by invoking: p

Re: [perl #36013] [PATCH]Modified Strength Reduction Optimization (add/sub)

2005-05-28 Thread Leopold Toetsch
Curtis Rawls <[EMAIL PROTECTED]> wrote: > The first patch (optimizer.patch) implement the add and subtract > identity rules to the strength reduction optimization in > imcc/optimizer.c . Thanks, applied - r8194. > The following rules are implemented: > add Ix, Iy, 0 => set Ix, Iy [ ... ] > Th

[perl #36019] [TODO] readline support

2005-05-28 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #36019] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36019 > We already have some interactive parrot programs and applications. Adding readline

[perl #36013] [PATCH]Modified Strength Reduction Optimization (add/sub)

2005-05-28 Thread via RT
# New Ticket Created by Curtis Rawls # Please include the string: [perl #36013] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36013 > The first patch (optimizer.patch) implement the add and subtract identity rules to the