Map
Index
Random
Help
th

Quote: operator strength reduction rewrites expensive operations as simpler operations; e.g., 'add' instead of 'multiply' for array indexing

topics > all references > references c-d > QuoteRef: coopKD9_2001 , p. abstract



Topic:
code optimization by code rewrite
Topic:
static single assignment; SSA

Quotation Skeleton

Operator strength reduction is a technique that improves … arises in array addressing expressions used in loops. … expression with an equivalent sequence of additions. When … array references. … This paper presents a new algorithm for operator … [Program Flow Analysis: Theory and Applications, 1981]. OSR operates on the static single assignment (SSA) form of … [ref] … that is simple to understand, quick to implement, … OSR achieves optimization results that are equivalent to …   Google-1   Google-2

Copyright clearance needed for quotation.

Additional Titles

Quote: OSR is a practical algorithm for operator strength reduction using SSA form; as good as ACK

Related Topics up

Topic: code optimization by code rewrite (30 items)
Topic: static single assignment; SSA (19 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.