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/14 10:11:46 UTC

[Harmony Wiki] Update of "Jitrino OPT/ssa" by MaksimAnanjev

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 MaksimAnanjev:
http://wiki.apache.org/harmony/Jitrino_OPT/ssa

------------------------------------------------------------------------------
  [[BR]][[BR]]
  The SSA form provides explicit use-def links between operands and their defining instructions, which simplifies and speeds up high-level optimizations. 
  
+ 
+ header file: [http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/ssa/SSA.h?view=markup http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/ssa/SSA.h ] [[BR]]
+ implementation file: [http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/ssa/SSA.cpp?view=markup http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/ssa/SSA.cpp]
+