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

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

------------------------------------------------------------------------------
   * [:Jitrino_OPT/light_jni: light_jni] - Allows to call some predefined JNI methods directly avoiding JNI stub.
   * [:Jitrino_OPT/native: native] - Transforms 3-address LIR form into 2-address form
   * [:Jitrino_OPT/peephole: peephole] - Performs various architecture specific optimizations
-  * [:Jitrino_OPT/rce: rce]
+  * [:Jitrino_OPT/rce: rce] - Removes redundant comparisons. The analysis is based on EFLAGS affect
   * [:Jitrino_OPT/regalloc: regalloc] - Global register allocator
   * [:Jitrino_OPT/si_insts: si_insts]
   * [:Jitrino_OPT/spillgen: spillgen] - Local (basic-block level) register allocation and spill generator