marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Provide machinery for continuing execution after exceptions #96

Closed marekjm closed 6 years ago

marekjm commented 8 years ago

Machine should provide support for continuing execution after exception has been handled.

Example situation:

The simplest solution would involve adding some more instructions:

NOTE: this is only a first draft of the idea.

marekjm commented 6 years ago

I'm closing this issue. Maybe I'll revisit it later.