-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vm: adjust the exception handling implementation
* remove the `opcLeave` and `opcEnter` opcodes; they're obsolete * remove the `ehoLeave` opcode; it's obsolete * decouple the exception stack from the EH threads * implement the exception stack management runtime procedures for the VM
- Loading branch information
Showing
5 changed files
with
136 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.