-
Notifications
You must be signed in to change notification settings - Fork 5k
Remove HMF from IL_Throw/IL_ThrowExact/IL_Rethrow #115253
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
Conversation
Once #113576 is completed and |
Yes, already have a branch with the cleanups ready...
I don't think there's much that I can do at the moment. It needs to be validated against the non-public diagnostic/debugger tests. |
Is the idea that this may allow us to delete the HMF infrastructure before we get a chance to turn pn |
Yep. |
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.
Ok, we can give this a shot
Seems like reusing the
SoftwareExceptionFrame
fromFEATURE_EH_FUNCLETS
is quite a minimal change.Contributes to #95695