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 replay: automatically run replay across a set of assemblies with superpmi.py #31887

Closed
BruceForstall opened this issue Feb 6, 2020 · 1 comment
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@BruceForstall
Copy link
Member

BruceForstall commented Feb 6, 2020

superpmi.py allows you to specify a single MCH file over which to replay, using the -mch_file argument. Add a -mch_dir argument to allow specifying a directory that will be recursively searched for MCH files to replay. Also, allow -mch_file to take 1 or more files, not just one. And allow both -mch_file and -mch_dir to be used at the same time. Allow -mch_file and -mch_dir to be passed multiple times, as well.

The idea is to simplify specifying what MCH files you want to use for replay.

category:eng-sys
theme:super-pmi
skill-level:beginner
cost:small

@BruceForstall BruceForstall added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Feb 6, 2020
@BruceForstall BruceForstall added this to the Future milestone Feb 6, 2020
@BruceForstall BruceForstall self-assigned this Feb 6, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Feb 6, 2020
@BruceForstall BruceForstall removed the untriaged New issue has not been triaged by the area owner label Feb 6, 2020
@BruceForstall BruceForstall modified the milestones: Future, 6.0.0 Sep 1, 2020
@BruceForstall BruceForstall removed their assignment Sep 1, 2020
@BruceForstall BruceForstall self-assigned this Sep 14, 2020
@BruceForstall
Copy link
Member Author

Fixed with #42238

@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
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

2 participants