-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for creating delegates to static virtual methods #66936
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JIT part looks ok to me.
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... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
…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