Add support for creating delegates to static virtual methods#66936
Add support for creating delegates to static virtual methods#66936MichalStrehovsky merged 2 commits intodotnet:mainfrom
Conversation
Can you change In general, directly reusing JIT/EE interface structures for bookkeeping in the JIT tends to work poorly. It is best to decouple the two purposes whenever we run into problems. |
Looks like that's going to be much cleaner, thanks! Looks like
I'll try to clean that up as part of this. |
5ec3bba to
898b2bd
Compare
|
Formatting... |
…66936) Requires a JitInterface change because we need to be able to pass information about constraints to `getReadyToRunDelegateCtorHelper`
Requires a JitInterface change because we need to be able to pass information about constraints to
getReadyToRunDelegateCtorHelper