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

SuperPMI diffs output: split throughput diff by type #73505

Closed
BruceForstall opened this issue Aug 5, 2022 · 2 comments
Closed

SuperPMI diffs output: split throughput diff by type #73505

BruceForstall opened this issue Aug 5, 2022 · 2 comments
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@BruceForstall
Copy link
Member

As suggested here, SuperPMI throughput results in the "superpmi-diffs" pipeline (https://dev.azure.com/dnceng/public/_build?definitionId=1064) could be split by Tier-0/MinOpts versus Tier-1, to give a better idea of which mode of compilation is most affected.

E.g.,

Num contexts Base instructions Diff instructions PDIFF
Tier 0 66223 25145093032 25183708811 0.15%
Tier 1 50690 105217143245 105259661798 0.04%
@BruceForstall BruceForstall added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 5, 2022
@BruceForstall BruceForstall added this to the 8.0.0 milestone Aug 5, 2022
@ghost
Copy link

ghost commented Aug 5, 2022

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

Issue Details

As suggested here, SuperPMI throughput results in the "superpmi-diffs" pipeline (https://dev.azure.com/dnceng/public/_build?definitionId=1064) could be split by Tier-0/MinOpts versus Tier-1, to give a better idea of which mode of compilation is most affected.

E.g.,

Num contexts Base instructions Diff instructions PDIFF
Tier 0 66223 25145093032 25183708811 0.15%
Tier 1 50690 105217143245 105259661798 0.04%
Author: BruceForstall
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: 8.0.0

@BruceForstall
Copy link
Member Author

@jakobbotsch Implemented this with #74584

@ghost ghost locked as resolved and limited conversation to collaborators Nov 3, 2022
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
Projects
None yet
Development

No branches or pull requests

1 participant