Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: [perl #36026] [PATCH]Modified Strength Reduction Redux

2 views
Skip to first unread message

Leopold Toetsch

unread,
May 29, 2005, 10:10:50 AM5/29/05
to perl6-i...@perl.org
Curtis Rawls <parrotbug...@parrotcode.org> wrote:

> The first patch (optimizer.patch) does
> cleanup/refactoring/improvements to the strength_reduce() function in
> optimizer.c .

Thanks, applied - 8203

NB: some more come to my mind:

add I0, 1 => inc I0
add N0, 1.0 => inc N0
sub I0, 1 => dec I0
sub N0, 1.0 => dec N0

set I0, 0 => null I0
set N0, 0.0 => null N0

leo

0 new messages