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:26:57 UTC

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

------------------------------------------------------------------------------
- If after devirtualization the call was not inlined due to some resons there is no sense to keep it devirtualized.
- The pass performes this transformation if needed.
+ ''' 'unguard' ''' - removes HIR regions with devirtualized but not inlined methods.
+ [[BR]][[BR]]
+ If a call instruction was devirtualized but not inlined there is no sense to keep it in devirtualized form.
+ [[BR]]
+ The pass removes the guard and devirtualized branch as well.