-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement getMethodName for CoreCLR interpreter to support IL Stub. * Support intrinsic method GetStubContext for CoreCLR interpreter. * Remove callconv check in CallTargetWorker for CoreCLR interpreter. * Skip hardware accelerate in CoreCLR interpreter. * Update constraind check in CoreCLR interpreter. * Support intrinsic method GetArrayDataReference for CoreCLR interpreter. * Mark methods which have not been supported by CoreCLR interpreter. * Move `getNamedIntrinsicID()` and `getMethodName()` into Interpreter Type. * Update src/coreclr/vm/interpreter.cpp --------- Co-authored-by: Jan Kotas <jkotas@microsoft.com>
- Loading branch information
Showing
3 changed files
with
147 additions
and
26 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