-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: initial workup for suppressing dumps and checks post-phase (#33305)
Allow phases to declare what parts of jit state they might have modified, and suppress dumps and checks based on these declarations. Existing phases that don't know about this are handled by defaulting to reporting that everything might have been modified. Changed over all explicit phases to return status, as well as a handful of phases that are methods on the Compiler object. Also converted a few lambda phases into Compiler phase methods.
- Loading branch information
1 parent
59be94b
commit 6de9884
Showing
17 changed files
with
364 additions
and
205 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.