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:12:56 UTC

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

------------------------------------------------------------------------------
- The pass converts control flow graph into single static assignment (SSA) form where each operand has exactly one assignment. The SSA form provides explicit use-def links between operands and their defining instructions, which simplifies and speeds up high-level optimizations. 
+ ''' 'ssa' ''' - convert HIR into single static assignment(SSA) form/
+ [[BR]][[BR]]
+ The pass converts Control Flow Graph into single static assignment (SSA) form where each operand has exactly one assignment. 
+ [[BR]][[BR]]
+ The SSA form provides explicit use-def links between operands and their defining instructions, which simplifies and speeds up high-level optimizations.