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/06 13:06:43 UTC

[Harmony Wiki] Update of "Jitrino OPT" by AlexeyVarlamov

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

The comment on the change is:
added link to HIR opcodes pages

------------------------------------------------------------------------------
  == List of IR transformations used in Jitrino.OPT compiler: ==
  
  === IR construction: ===
-  * [:Jitrino_OPT/translator: translator] - Translates Java bytecode to High Level Intermediate Representation (HIR)
+  * [:Jitrino_OPT/translator: translator] - Translates Java bytecode to [:Jitrino_OPT/opcodes: High Level Intermediate Representation (HIR)]
   * [:Jitrino_OPT/hir2lir: hir2lir] - Translates HIR to Low Level Intermediate Representation (LIR)
  
  === High-Level (HIR) optimizaitons ===