-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pulley: Fix interpreter push/pop (#9644)
* Add stack-overflow checking to `push` and other decrements of `sp`. * Fix the up/down direction of push/pop (`push` goes down, `pop` goes up). * Fix the order of operation sin `push`, first decrement then write. * Move methods to `Interpreter` to use `ControlFlow` more heavily.
- Loading branch information
1 parent
438fc93
commit 8e8ad73
Showing
1 changed file
with
83 additions
and
28 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