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:13:47 UTC

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

------------------------------------------------------------------------------
  [[BR]][[BR]]
  Another use case for 'statprof' transformation is a fixing of dynamic profile information if one of optimizations breaks profile information by changing CFG structure. In this case, 'statprof' can be used to fix the profile information and keep it consistent.
  
+ 
+ header file: [http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/dynopt/StaticProfiler.h?view=markup http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/dynopt/StaticProfiler.h] [[BR]]
+ implementation file: [http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/dynopt/StaticProfiler.cpp?view=markup http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/dynopt/StaticProfiler.cpp]
+