You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by Apache Wiki <wi...@apache.org> on 2008/05/06 11:01:12 UTC

[Harmony Wiki] Update of "Jitrino OPT/unroll" by George Timoshenko

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification.

The following page has been changed by George Timoshenko:
http://wiki.apache.org/harmony/Jitrino_OPT/unroll

New page:
Loop unrolling expands the loop body by combining several iterations into one to reduce the loop overhead and to expand the scope for optimizations in the loop body.