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 10:09:00 UTC

[Harmony Wiki] Update of "Jitrino OPT/early prop" 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/early_prop

New page:
''' 'early_prop' ''' LIR transformation implements a simple algorithm of constant and copy propagation.
[[BR]]
It works only with operands which have single definitions. In addition to constants it also propagates heap reads.
[[BR]]
The main goal of the pass is to reduce register pressure.