-
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.
* Document host return address and extract to const Copyright (c) 2024, Arm Limited. Signed-off-by: Karl Meakin <[email protected]> * Replace `Continutation` with `ControlFlow` Copyright (c) 2024, Arm Limited. Signed-off-by: Karl Meakin <[email protected]> * Tail recursive interpreter loop Copyright (c) 2024, Arm Limited. Signed-off-by: Karl Meakin <[email protected]> * Delete visitor based interpreter implementation Copyright (c) 2024, Arm Limited. Signed-off-by: Karl Meakin <[email protected]> * Move pulley tail call CI step to a job that uses nightly rust * Record the PC at which a trap occurred Not the initial PC passed into `run` --------- Signed-off-by: Karl Meakin <[email protected]> Co-authored-by: Nick Fitzgerald <[email protected]>
- Loading branch information
Showing
7 changed files
with
790 additions
and
609 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
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.