Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for devirtualizing array interface methods
Update jit and runtime to devirtualize interface calls on arrays over non-shared element types. Shared types are not handled. The resulting enumerator calls would not inline as they are on a different class. This addresses the first two issues noted in dotnet#62457.
- Loading branch information