allow passing jit option to superpmi.py replay#48738
Conversation
|
@BruceForstall PTAL I am using this to enable extra checking with my locally collected PGO MCH files, as part of tracking down where profiles become inconsistent: |
|
@kunalspathak maybe you can take a look? |
|
I guess you prefer this to setting an environment variable before invoking the python script? Seems like this feature might be more convenient in some scripting. For consistency, though, I think the option should only have a single leading |
|
Ah, did not realize that was the convention, thought maybe Do we document in superpmi.py that ambient COMPlus env vars are hoovered up and passed along as I wasn't sure I could/should count on this. |
superpmi.exe (implementing the host interface) itself reads the environment: . It looks in this order:
I also realized you only changed runtime/src/coreclr/scripts/superpmi.py Line 1570 in a3ed2e2 |
No description provided.