Skip to content

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.
@ghost ghost added the area-VM-coreclr label Aug 18, 2023
@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.

Projects

None yet

3 participants