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

JIT: Always use edge weights to assign block weight in Compiler::fgSplitEdge #107941

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

amanasifkhalid
Copy link
Member

I'm splicing this out of #107419 to address some of the regressions from #107483.

cc @AndyAyersMS, I didn't see many diffs from this locally, so I'm not sure if this will have much impact, but this will at least rule out bad profile maintenance as the culprit.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 17, 2024
Copy link
Contributor

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

@amanasifkhalid
Copy link
Member Author

Small diffs.

@amanasifkhalid amanasifkhalid merged commit 594f2a6 into dotnet:main Sep 17, 2024
105 of 108 checks passed
@amanasifkhalid amanasifkhalid deleted the fgSplitEdge-profile branch September 17, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen-coreclr CLR 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.

2 participants