-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert more jit phases to opt into common post phase checks (#74041)
* Rework the post importation phase * Rework the morph init phase * Rework fgAddInternal * Rework flow graph update phases, compute preds, and update finally flags * Rework struct promotion phase * Rework local morph * Rework morph implicit byrefs * Rework GS cookie phase * Rework compute block and edge weights * Rework create funclets * no funclets on x86, so no phase * account for some jit stress changes * review feedback
- Loading branch information
1 parent
e6b5e67
commit 9cd1a32
Showing
13 changed files
with
454 additions
and
393 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
Oops, something went wrong.