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

pmi diffs: allow passing class/method names as filters #194

Open
AndyAyersMS opened this issue Feb 7, 2019 · 0 comments
Open

pmi diffs: allow passing class/method names as filters #194

AndyAyersMS opened this issue Feb 7, 2019 · 0 comments

Comments

@AndyAyersMS
Copy link
Member

Useful for zeroing in on specific methods in a large assembly...

eg I would like to be able to say

jit-diff diff --pmi --base --base_root --diff --assembly a.exe --class Test --method Foo

You can get there eventually with pmi and counting or just diff the entire assembly but there's no need to do that as we can just pass various name filters on down from jit-diffs to jit-dasm-pmi to pmi.

Likely requires fixing PMI's command parse as in #193 so we can pass more info in...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant