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