Skip to content

[hackathon] CreateSpan<T> support of a RVA field of a primitive type - #60525

Merged
davidwrighton merged 1 commit into
dotnet:feature/lowlevelhackathonfrom
davidwrighton:fix_createspan_with_initdataofprimitivetype
Oct 17, 2021
Merged

[hackathon] CreateSpan<T> support of a RVA field of a primitive type#60525
davidwrighton merged 1 commit into
dotnet:feature/lowlevelhackathonfrom
davidwrighton:fix_createspan_with_initdataofprimitivetype

Conversation

@davidwrighton

Copy link
Copy Markdown
Member

Most static initialization data fields are of a structure type, but it is legal for them to be of a primitive type. Fix the CreateSpan intrinsic to handle that case

…t is legal for them to be of a primitive type. Fix the CreateSpan intrinsic to handle that case
@ghostghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Oct 17, 2021
@ghost

Copy link
Copy Markdown

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

Issue Details

Most static initialization data fields are of a structure type, but it is legal for them to be of a primitive type. Fix the CreateSpan intrinsic to handle that case

Author:davidwrighton
Assignees:-
Labels:

area-CodeGen-coreclr

Milestone:-

@davidwrighton
davidwrighton merged commit 2a07030 into dotnet:feature/lowlevelhackathonOct 17, 2021
davidwrighton added a commit to davidwrighton/runtime that referenced this pull request Nov 2, 2021
…t is legal for them to be of a primitive type. Fix the CreateSpan intrinsic to handle that case (dotnet#60525)
@ghostghost locked as resolved and limited conversation to collaborators Nov 17, 2021
@davidwrighton
davidwrighton deleted the fix_createspan_with_initdataofprimitivetype branch April 13, 2023 18:50
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclrCLR 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.

1 participant

@davidwrighton