Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono] Fix delegate invokes to dynamic methods in mixed mode. (#50547)
In mixed mode, when compiling a call to a delegate invoke, add an interp entry wrapper for the signature used by the actual method which is called by the invoke, which might be a dynamic method whose signature is otherwise not present in the program.
- Loading branch information