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

Events for IL methods without IL headers #90826

Merged
merged 6 commits into from
Aug 19, 2023

Conversation

AaronRobinsonMSFT
Copy link
Member

@AaronRobinsonMSFT AaronRobinsonMSFT commented Aug 18, 2023

Dynamically generated methods like UnsafeAccessorAttribute
functions are marked as IL, but don't contain an IL header.
The lack of header is an indication the IL must be generated
at runtime.

Fixes #90485
Fixes #90580
Fixes #90593

Dynamically generated methods like UnsafeAccessor
functions are marked as IL, but don't contain an IL
header. The lack of header is an indication the IL must
be generated at runtime.
@AaronRobinsonMSFT
Copy link
Member Author

This also reverts #90801.

@AaronRobinsonMSFT AaronRobinsonMSFT added this to the 8.0.0 milestone Aug 18, 2023
@AaronRobinsonMSFT
Copy link
Member Author

There are also two places in the dac that should probably be updated.

Co-authored-by: Tlakaelel Axayakatl Ceja <[email protected]>
Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you!

@AaronRobinsonMSFT
Copy link
Member Author

Failure is #90605

@AaronRobinsonMSFT
Copy link
Member Author

/backport to release/8.0

@github-actions
Copy link
Contributor

Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/5912095063

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.