-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(fof): refactor fof handler path, only real exception can be …
…handled. Exec setjmp when deal with fof instr. Then, when exception occurs on first element, We should drop current env, and longjmp to older env. If execption occurs on a later element, we should reduce vl, and don't need to longjmp to older env, handling it just like normal execution and drop current env.
- Loading branch information
1 parent
3c543d5
commit 7b504bb
Showing
2 changed files
with
130 additions
and
151 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