# New Ticket Created by Curtis Rawls # Please include the string: [perl #36085] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=36085 >
This patch should (hopefully) be my last contribution to strength_reduce() for a while : ). This patch (optimizer.c): -Optimizes arithmetic instructions with constants to their shortened form -Removes "continues" where further strength reduction is possible -Reorders sections to optimally reduce instructions in one pass Also, test.patch makes the test behavior up-to-date. -Curtis Rawls
optimizer.patch
Description: Binary data
test.patch
Description: Binary data