You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SPMI changes in #99265 look suspicious, cc @EgorBo. It changed a CreateAgnostic_CORINFO_RESOLVED_TOKENin to StoreAgnostic_CORINFO_RESOLVED_TOKEN from what I can tell?
The win-x64 NAOT collection is tiny (5.5 MB). It usually is ~330 MB.
win-x64 console log from 9843659: https://helixri107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-140dc24f4c4042d2b5/0/1/console.5bb53a31.log?sv=2021-08-06&se=2024-06-11T11%3A23%3A32Z&sr=c&sp=rl&sig=CuoWPMt1BqsfFgZ%2Bkm1eiF7nnnIW%2B6asPpAedwNiQKk%3D
win-x64 console log from 825f053: https://helixri107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-bcda659adfb44a11a5/0/1/console.286b2c3c.log?sv=2021-08-06&se=2024-06-12T05%3A25%3A36Z&sr=c&sp=rl&sig=is14XKi4aFOQBEUGytXHMiTeguUFDmGsqsrvFL%2FKdA8%3D
lots of misses/exceptions thrown during JIT.
Range: 9843659...825f053
The SPMI changes in #99265 look suspicious, cc @EgorBo. It changed a
CreateAgnostic_CORINFO_RESOLVED_TOKENintoStoreAgnostic_CORINFO_RESOLVED_TOKENfrom what I can tell?