-
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.
The main aim of this change is to remove the block reference from AddCodeDsc, as it can become stale over time, making it impossible to determine where a throw helper block should be placed, if we have subsequently eliminated EH regions. Instead we use the try/handler indices plus a bit of extra info to track where the throw helper block should be placed. I also moved the key formation logic nearby and reworked it a bit, and gave the AddCodeDscs debug indices for dumps. This should unblock doing late EH region removal.
- Loading branch information
1 parent
b14e2f5
commit 5ac85cd
Showing
7 changed files
with
221 additions
and
121 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.