-
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.
[mono][interp] Refactor icall opcodes (#87269)
* [mono][interp] Use MINT_CALLI_NAT_FAST opcode instead of MINT_ICALL_* MINT_ICALL_* opcodes are pretty much dead and untested * [mono][interp] Remove duplicated code * [mono][interp] Add new generic icall opcode Having the signature hardcoded in the opcode seems overkill for icalls. * [mono][interp] Remove per signature CALLI opcodes * Remove code in jiterp * [mono][interp] Rename defines * [mono][interp] Opcode data consistency * [mono][interp] Fix jiterp build
- Loading branch information
Showing
6 changed files
with
122 additions
and
157 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
Oops, something went wrong.