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/12 09:48:14 UTC

[Harmony Wiki] Update of "Jitrino OPT/cafl" by Mikhail Fursov

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 Mikhail Fursov:
http://wiki.apache.org/harmony/Jitrino_OPT/cafl

New page:
''' 'cafl' ''' LIR transformation is stands for 'Complex Address Form Loading'
[[BR]][[BR]]

The transformation:
{{{
1) Looks for a memory access instruction
2) Check if the address operand of the instruction can be replaced with a combination of its source operands using complex form of addition or multiplication operations.
3) Replaces the address operand with a complex form if possible
}}}