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/13 10:09:28 UTC

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

New page:
''' 'optimizer' ''' is alias for all HIR transformations used in Jitrino.OPT compiler
[[BR]]
Read [http://harmony.apache.org/subcomponents/drlvm/JIT_PMF.html 'Jitrino Pipeline Management Framework'] document to learn more about aliases
[[BR]]
[[BR]]

Example of 'optimizer' alias value for IA32 'client' (default) configuration:
{{{
-XX:jit.CD_OPT.path.optimizer=ssa,devirt,hlo_api_magic,inline,purge,simplify,dce,uce,\
lazyexc,throwopt,memopt,simplify,dce,uce,lower,statprof,unroll,ssa,simplify,dce,uce,dessa,statprof
}}}