-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert some more array FCalls to managed (#102739)
* Convert InternalSetValue to managed * Implement InitializeArray in managed * Implement GetSpanDataFrom in managed * Remove FCall for GetCorElementTypeOfElementType * Move PrimitiveWiden to InvokeUtils * Apply suggestions from code review Co-authored-by: Aaron Robinson <[email protected]> Co-authored-by: Jan Kotas <[email protected]>
- Loading branch information
1 parent
f920dac
commit 2d2d59c
Showing
21 changed files
with
497 additions
and
432 deletions.
There are no files selected for viewing
250 changes: 102 additions & 148 deletions
250
src/coreclr/System.Private.CoreLib/src/System/Array.CoreCLR.cs
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.