Closed
Description
I want to suggest adding an optional -c argument for superpmi.py asmdiffs
What will it give?
This will allow you to run certain tests, and not all at once, this is especially useful when a problem occurs in a certain test and it is easier to run it alone than to run it all at once. This would especially affect when collecting JitDump.
How will it work?
Adding a new argument -c to superpmi.py and we throw it into superpmi.exe when we run asmdiff, if -c is specified, then we remove the -p key (since this does not work if -c is specified)
I can implement it