-
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: Fill out more bits and pieces of stack allocation (#9718)
* pulley: Fill out more bits and pieces of stack allocation * Use `push_frame` and `pop_frame` in the Cranelift backend. * Use dedicated instructions for modifying the stack pointer * decrementing the stack pointer is always checked * incrementing the stack pointer is checked in debug mode * Disregard stack probes and stack_limit checks as they're both unnecessary for Pulley (all stack allocations are checked). * Fix pulley fuzz * Fix some tests from a rebase * Fix more tests
- Loading branch information
1 parent
94da012
commit 350a6e2
Showing
20 changed files
with
279 additions
and
666 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.