GitHunt
AV

avereha/p5-Stack-Unwind

Learning perl internals by making mistakes.

IDEA

Unwind the stack and resume execution at a predefined
point somewhere in the dynamic context. I.e. I want to
"die to a label" from anywhere.

mark FOO {
unwind FOO;
}

Once I've figured this out I'd like to the idea further
and do a PoC for structured exception handling.

Contributors

Created November 4, 2015
Updated November 4, 2015