Skip to content

Conversation

@filipnavara
Copy link
Member

@filipnavara filipnavara commented Jun 8, 2025

This is common pattern in IL stubs. The SPMI diffs are likely to be small but there's something on linux-x64 and linux-arm.

if (!result && (optIndirectCallCount >= 1))
{
INDEBUG(reason = "Indirect Call");
result = true;
}

This is common pattern in IL stubs. The SPMI diffs are likely to be small but there's something on linux-x64.
@github-actions github-actions bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jun 8, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jun 8, 2025
@dotnet-policy-service
Copy link
Contributor

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

@filipnavara
Copy link
Member Author

Diffs

@filipnavara filipnavara marked this pull request as ready for review June 8, 2025 16:20
@filipnavara
Copy link
Member Author

cc @dotnet/jit-contrib

@filipnavara filipnavara changed the title Do not count tailcall calli to prevent unnecessary EBP frame Exclude tail call counts from check to prevent unnecessary EBP frame Jun 10, 2025
@filipnavara filipnavara requested a review from jakobbotsch June 11, 2025 17:10
Copy link
Member

@jakobbotsch jakobbotsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jakobbotsch
Copy link
Member

/ba-g Failure is #116520

@jakobbotsch jakobbotsch merged commit 3787ee6 into dotnet:main Jun 11, 2025
108 of 110 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 12, 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 community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants