forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Fix encoding cross-jumps at JIT time (dotnet#93851)
In 7db4f33 I made the assumption that cross-jumps only appear while prejitting (and thus while recording relocations). However, the fake splitting stress mode runs during JIT and thus will hit the assert. Make the logic handle JIT time splitting as well. Fix dotnet#93848
- Loading branch information
1 parent
fcb4f7b
commit 31e764b
Showing
1 changed file
with
21 additions
and
8 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