Opened 16 years ago

Last modified 15 years ago

#115 new enhancement

Generate specific classes for compiled Go/Return

Reported by: ehuelsmann Owned by: ehuelsmann
Priority: major Milestone: unscheduled
Component: compiler Version:
Keywords: Cc:
Parent Tickets:

Description

By using specific classes for Go/Return, we could make our exception handling more targetted; there would be no sifting through all the unwinding levels for the right level (unpacking the 'return-tag' or 'go-tag').

Instead, the jump would hit all the finally clauses without further checking; straight through to the right handler.

Change History (1)

comment:1 by Mark Evenson, 15 years ago

Milestone: unscheduled
Note: See TracTickets for help on using tickets.