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:13:57 UTC

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

New page:
''' 'emitter' '''LIR transformation generates all required binary chunks from LIR and links the generated code to VM for further run-time support.
[[BR]][[BR]]
After this transformation every instruction and basic block in LIR has assigned physical address.
The generated code for the method, try blocks and corresponding exception handlers are registered in VM.