class_count_mutex is used without having been initialized. The fixes that.
inter_create.c.patch
Description: Binary data
Vladimir Lipsky <[EMAIL PROTECTED]> wrote:
Thanks, applied - r8196
leo
The patch fixes the bug which appeared in revision 7950
mmd.c.patch
Description: Binary data
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
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
# 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
# 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