Allison Randal wrote:

Presumably the handled opcode will remove the exception Task from the scheduler and resume execution at the appropriate point. Presumably also the declining to handle an exception (the replacement for rethrow) will cause the scheduler to move to the next exception handler in its list? If so, how do we model this control flow?

More on control flow tomorrow.

I started to write this out, and then realized I already did in the Exceptions PDD.

Allison

Reply via email to