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 11:15:31 UTC

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

New page:
''' 'native' ''' - changes every instruction form to native and makes all necessary changes in instruction operands.
[[BR]][[BR]]
Initially [:Jitrino_OPT/hir2lir: hir2lir] transformation or any other transformation before this one is allowed to create LIR instructions using extended 3-address form.
[BR]
After this optimization all instructions that are in extended form are replaced with 2-address form variants. New instructions and operands are created if needed.