-
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.
[interp] Remove some unused paths in newobj and cleanup a little. (#3…
…2685) This is an alternative to mono/mono#18974. Mainly that it does not introduce new opcode to remove branch from newobj/newobj_string. Both eliminate a bit of dead code in newobj (if turns out to be alive, can also be new opcodes). Co-authored-by: Jay Krell <[email protected]>
- Loading branch information
1 parent
19b7774
commit fd181c0
Showing
2 changed files
with
43 additions
and
52 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