On targets without JIT this causes fallback to interpreter since crossgen2 does not support precompiling md array intrinsics. We can solve that by guaranteeing the expansion for all cases.
Currently we have 3 separate bailouts in impArrayAccessIntrinsic:
- Rank <= 1
- Rank > 3
Set/Address requiring a runtime type check
We should consider addressing 2 and 3.
On targets without JIT this causes fallback to interpreter since crossgen2 does not support precompiling md array intrinsics. We can solve that by guaranteeing the expansion for all cases.
Currently we have 3 separate bailouts in
impArrayAccessIntrinsic:Set/Addressrequiring a runtime type checkWe should consider addressing 2 and 3.