Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: work around issues invoking the unboxed entry when prejitting (#…
…52605) If the jit devirtualizes a call to a value class method, it will try and update the call to invoke the unboxed entry for the method. This entry sometimes requires an explicit type context argument. There are cases where the prejit host seemingly does not properly deduce when the unboxed entry requires this extra argument. Until this is resolved, defer this optimization when prejitting. See #52483 for details.
- Loading branch information