-
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.
[mono] RuntimeHelpers.CreateSpan<T> is now intrinsic. (#81695)
* [mono] RuntimeHelpers.CreateSpan is now intrinsic. * [mono][jit] RuntimeHelpers.CreateSpan intrinsic fixes. * [mono][jit] RuntimeHelpers.CreateSpan is intrinsic and seems to work. * [mono] Fixed a warning that broke build. * [mono] Pointer arithmetic warnings hopefully solved. * [mono] Fix pointer conversion warning, take 2. * [mono] RuntimeHelpers.CreateSpan<T> is no longer intrinsic under AOT. * [mono] RuntimeHelpers.CreateSpan<T> now constructs the result in a safer way. * [mono][aot] RuntimeHelpers.CreateSpan<T> intrinsic fixed for AOT case. * [mono] Cleaned up whitespace changes in decompose.c, YAGNI in ir-emit.h. * [mono] OP_LDTOKEN_FIELD mini opcode introduced for RuntimeHelpers.CreateSpan<T> * [mono][aot] RuntimeHelpers.CreateSpan<T> intrinsic now emits the correct AOT constant. * [mono] RuntimeHelpers.CreateSpan intrinsic, removed superfluous sanity checks.
- Loading branch information
Showing
5 changed files
with
57 additions
and
0 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
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