-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Feature to be able to selectively deoptimize methods #88797
Conversation
Tagging subscribers to this area: @tommcdon Issue Detailsnull
|
CordbAppDomain * pAppDomain = GetAppDomain(); | ||
_ASSERTE (pAppDomain != NULL); | ||
|
||
pProcess->InitIPCEvent(&event, DB_IPCE_IS_OPTS_DISABLED, true, pAppDomain->GetADToken()); |
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.
If the process is stopped to be able to do this inspection - is there any reason to not ask this question though the DAC?
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.
Since this is already tested and ready to go my plan is to check it in as is and do a follow up PR to address this and the GetFunctionAddress question
6d3364c
to
16f7265
Compare
All failures are known. |
No description provided.