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

C#: Narrow source model generation. #16873

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

michaelnebel
Copy link
Contributor

@michaelnebel michaelnebel commented Jun 28, 2024

In this PR we further narrow the C# source model generation to exclude all callables that overrides or implements something else. This is because we need to "limit" the number of generated sources models that could be used during dynamic dispatch (to avoid getting to many false positive/speculative results).

@michaelnebel michaelnebel force-pushed the csharp/narrowsourcegeneration branch from bd896ec to e05f835 Compare July 2, 2024 06:53
@github-actions github-actions bot removed the Java label Jul 2, 2024
@michaelnebel michaelnebel requested a review from hvitved July 2, 2024 06:54
@michaelnebel michaelnebel marked this pull request as ready for review July 2, 2024 06:56
@michaelnebel michaelnebel requested a review from a team as a code owner July 2, 2024 06:56
@michaelnebel michaelnebel added the no-change-note-required This PR does not need a change note label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C# no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant