Skip to content

Events for IL methods without IL headers - #90826

Merged
AaronRobinsonMSFT merged 6 commits into
dotnet:mainfrom
AaronRobinsonMSFT:runtime_90580_90485
Aug 19, 2023
Merged

Events for IL methods without IL headers#90826
AaronRobinsonMSFT merged 6 commits into
dotnet:mainfrom
AaronRobinsonMSFT:runtime_90580_90485

Conversation

@AaronRobinsonMSFT

@AaronRobinsonMSFTAaronRobinsonMSFT commented Aug 18, 2023

Copy link
Copy Markdown
Member

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
Copy Markdown
MemberAuthor

This also reverts #90801.

@AaronRobinsonMSFTAaronRobinsonMSFT added this to the 8.0.0 milestone Aug 18, 2023
@AaronRobinsonMSFT

Copy link
Copy Markdown
MemberAuthor

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

Comment threadsrc/coreclr/debug/daccess/stack.cpp Outdated
Co-authored-by: Tlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>
Comment threadsrc/coreclr/vm/eventtrace.cpp Outdated
Comment threadsrc/coreclr/debug/daccess/stack.cpp Outdated

@jkotasjkotas left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
MemberAuthor

Failure is #90605

@AaronRobinsonMSFT

Copy link
Copy Markdown
MemberAuthor

/backport to release/8.0

@github-actions

Copy link
Copy Markdown
Contributor

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

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

Projects

None yet

3 participants

@AaronRobinsonMSFT@jkotas@tlakollo