Closed kunalspathak closed 1 day ago
@kunalspathak is AltJit doing something it shouldn't as a result of hitting this assert?
@kunalspathak is AltJit doing something it shouldn't as a result of hitting this assert?
It is not doing anything differently than what it should. The easiest way to repro would be to run any hello world app with following environment variables set:
DOTNET_AltJit=*
DOTNET_AltJitName=clrjit_universal_arm64_x64.dll
Tagging subscribers to this area: @mangod9 See info in area-owners.md if you want to be subscribed.
CEEJitInfo::BackoutJitData
, it seems expected to sometimes delete empty nibbles.I have created #109976 to relax the assertion and added a comment explaining that no-op deletes can occur.
Introduced in https://github.com/dotnet/runtime/pull/108939
It always repros with AltJit.
@steveisok @max-charlamb