-
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
[feature/9.0-cdac-backports] Data descriptor changes for GetMethodDescName #106463
[feature/9.0-cdac-backports] Data descriptor changes for GetMethodDescName #106463
Conversation
PrecodeMachineDescriptor::Init() will initialize g_PrecodeMachineDescriptor
Tagging subscribers to this area: @tommcdon |
@@ -332,7 +332,7 @@ class LoaderAllocator | |||
bool m_fTerminated; | |||
bool m_fMarked; | |||
int m_nGCCount; | |||
bool m_IsCollectible; | |||
BYTE m_IsCollectible; |
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.
I couldn't make this const BYTE
because that created build errors in the DAC-ize constructor created by the VPTR_BASE_VTABLE_CLASS(LoaderAllocator)
macro
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
need to update the yml on the main branch to allow runtime/eng/pipelines/runtime.yml Lines 38 to 40 in cef3898
|
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
Contributes to #99302
Some changes extracted from #106169 that should be backported to 9.0 when we're ready
Note this is targeting the
feature/9.0-cdac-backports
branch, notrelease/9.0
. The cdac related changes will go into the net9.0 release at a later timeTODO:
NDirect
->PInvoke
in descriptor