Skip to content

[cDAC] implement DacDbi GetTypeLayout/GetArrayLayout#127877

Open
Copilot wants to merge 2 commits intomainfrom
copilot/implement-dacdbi-get-type-layout
Open

[cDAC] implement DacDbi GetTypeLayout/GetArrayLayout#127877
Copilot wants to merge 2 commits intomainfrom
copilot/implement-dacdbi-get-type-layout

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 6, 2026

Description

Implements cDAC-side DacDbi type/array layout APIs and adds RuntimeTypeSystem classification APIs required for this.

    bool IsObjRef(TypeHandle typeHandle) => throw new NotImplementedException();
    CorElementType GetInternalCorElementType(TypeHandle typeHandle) => throw new NotImplementedException();

Copilot AI self-assigned this May 6, 2026
Copilot AI review requested due to automatic review settings May 6, 2026 17:48
Copilot AI review requested due to automatic review settings May 6, 2026 17:48
@rcj1 rcj1 changed the title cDAC: implement DacDbi GetTypeLayout/GetArrayLayout and add RTS IsObjRef/IsPrimitive [cDAC] implement DacDbi GetTypeLayout/GetArrayLayout May 6, 2026
Copilot AI review requested due to automatic review settings May 6, 2026 17:56
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @steveisok, @tommcdon, @dotnet/dotnet-diag
See info in area-owners.md if you want to be subscribed.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants