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 09:52:20 UTC

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

------------------------------------------------------------------------------
   * The inliner selects a new inline candidate from the queue and repeats the cycle.
   * The inliner stops its work when the queue is empty or after code IR reaches a certain size limit.
  
+ 
+ header file: [http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/inliner.h?view=markup http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/inliner.h] [[BR]]
+ implementation file: [http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/inliner.cpp?view=markup http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/inliner.cpp]
+