forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: ensure we keep throw blocks cold when combining blocks (dotnet#8…
…3842) Noticed in a bunch of diffs that there were throw blocks intermixed with regular blocks. Turns out when compacting a block followed by a throw, we'd lose track of the fact that the combination should be cold.
- Loading branch information
1 parent
2419c20
commit 8999f4b
Showing
1 changed file
with
26 additions
and
18 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