Skip to content

[cDAC] Fix stub classification bugs - #131839

Open
rcj1 wants to merge 1 commit into
dotnet:mainfrom
rcj1:fix-bug-8
Open

[cDAC] Fix stub classification bugs#131839
rcj1 wants to merge 1 commit into
dotnet:mainfrom
rcj1:fix-bug-8

Conversation

@rcj1

@rcj1 rcj1 commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

During internal diagnostics testing, a few discrepancies were found between the native and managed implementations. Specifically, the native implementation gives a name to StubLinkStubs and not to DynamicHelper stubs. Interpreter is also not a stub, same as Jitted and ReadyToRun.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 67f1c1e2-7373-4c6b-8c81-b0442336bcdd
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 4 pipeline(s).
12 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@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.

CDAC_TYPE_FIELD(CodeRangeMapRangeList, T_INT32, RangeListType, cdac_data<CodeRangeMapRangeList>::RangeListType)
CDAC_TYPE_END(CodeRangeMapRangeList)

CDAC_TYPE_BEGIN(StubLinkStubManager)

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.

We probably need changes in the contract docs describing the new types and how to use them no?

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