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/06 12:06:02 UTC

[Harmony Wiki] Update of "Jitrino OPT/throwopt" by George Timoshenko

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 George Timoshenko:
http://wiki.apache.org/harmony/Jitrino_OPT/throwopt

New page:
the pass replaces Throw instruction with the jump to the exception handler.

It identifies Op_Throw HIR instructions. Then test if the exception being thrown can be caught in the method being compiled. If yes it just store the exception object to the respective variable and replaces Throw instruction with the jump to the exception handler.