-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Description
Description
See here: #66983 (comment)
Reproduction Steps
Trigger OSR inside the loops in System.Globalization.CompareInfo.IndexOfOrdinalHelper.
Expected behavior
The OSR variant keeps pinning variables that were pinned in tier-0.
Actual behavior
The OSR variant does not report these locals as pinned anymore.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI