Skip to content
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

Conversation

lambdageek
Copy link
Member

@lambdageek lambdageek commented Aug 15, 2024

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, not release/9.0. The cdac related changes will go into the net9.0 release at a later time

TODO:

  • NDirect -> PInvoke in descriptor

Copy link
Contributor

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

@@ -332,7 +332,7 @@ class LoaderAllocator
bool m_fTerminated;
bool m_fMarked;
int m_nGCCount;
bool m_IsCollectible;
BYTE m_IsCollectible;
Copy link
Member Author

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

@lambdageek

This comment was marked as outdated.

This comment was marked as outdated.

@lambdageek
Copy link
Member Author

need to update the yml on the main branch to allow feature/9.0-cdac-backports to run the pipeline

include:
- main
- release/*.*

Copy link
Contributor

Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant