forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
8b8229b
commit f90bd19
Showing
2 changed files
with
55 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters