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:16:04 UTC

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

------------------------------------------------------------------------------
+ ''' 'dce' ''' is stands for Dead Code Elimination
+ [[BR]][[BR]]
  The pass detects and removes dead code by using a sparse liveness traversal over use-def links of the SSA form.
+ [[BR]]
- As DCE may produce some unreachable code it worth UnreachableCodeEliminator (UCE) follows dce in the HLO path.
+ As 'dce' may produce some unreachable code it worth having [:Jitrino_OPT/uce: Unreachable Code Eliminator] follows 'dce' in the HLO path.