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 13:24:07 UTC

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

------------------------------------------------------------------------------
+ ''' 'uce' ''' - eliminates unreachable code.
+ [[BR]][[BR]]
- The pass detects and removes unreachable code by traversing the control flow graph.
+ The pass detects and removes unreachable code by traversing the Control Flow Graph.
- As dead code eliminator may produce some unreachable code it worth uce follows dce in the HLO path.
+ [[BR]]
+ Due to the fact that [:Jitrino_OPT/dce: dead code eliminator ('dce')] may produce some unreachable code it worth that 'uce' pass follows 'dce' in optimizer's pass