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

JIT: capture class types when spilling a GDV arg #110675

Merged
merged 2 commits into from
Dec 14, 2024

Conversation

AndyAyersMS
Copy link
Member

If we need to spill ref type args for a GDV, try to annotate the spilled locals with type information.

If we need to spill ref type args for a GDV, try to annotate the spilled
locals with type information.
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Dec 13, 2024
Copy link
Contributor

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

@AndyAyersMS
Copy link
Member Author

@jakobbotsch PTAL
cc @dotnet/jit-contrib

Unblocks a few cases where we can now clone based on type or method tests.

@AndyAyersMS AndyAyersMS merged commit ed46aa2 into dotnet:main Dec 14, 2024
108 checks passed
hez2010 pushed a commit to hez2010/runtime that referenced this pull request Dec 14, 2024
If we need to spill ref type args for a GDV, try to annotate the spilled
locals with type information.
@github-actions github-actions bot locked and limited conversation to collaborators Jan 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants