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:45:12 UTC

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

New page:
''' 'i8l' ''' LIR transformation replaces operations with 64 bits integer values with a set of operations supported by IA-32 ISA.
[[BR]][[BR]]
The I8PseudoInstruction is normally generated by [:Jitrino_OPT/hir2lir: hir2lir] transformation for every operation with 64-bit integer values using 64-bit operands.
[[BR]]
This transformation replaces these instruction with platform instructions available on IA32 platform, replacing 64-bit operands with pairs of 32-bit ones if needed.