Opened 14 years ago
Last modified 13 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.
Note: See
TracTickets for help on using
tickets.