SPMI replays missing on arm32 for CORINFO_OBJECT_HANDLE
JIT-EE APIs
#104329
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
in-pr
There is an active PR which will close this issue when it is merged
Milestone
The arm32 SPMI replay frequently has a very large miss rate compared to others. I was looking at a log today and noticed that it is mostly coming from
GetObjectType
andIsObjectImmutable
. It looks like something related to sign vs zero extensions of the handles:cc @dotnet/jit-contrib @EgorBo
The text was updated successfully, but these errors were encountered: