You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SuperPMI] Added a new optional -compile argument (#62217)
* Added a new optional -compile argument that specifies which method contexts need to be compiled
* Update src/coreclr/scripts/superpmi.py
Co-authored-by: Bruce Forstall <[email protected]>
* Added another form of -compile argument like -c
Co-authored-by: Bruce Forstall <[email protected]>
Copy file name to clipboardExpand all lines: src/coreclr/scripts/superpmi.py
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,10 @@
210
210
more than `limit` failures.
211
211
"""
212
212
213
+
compile_help="""\
214
+
Compile only specified method contexts, e.g., `-compile 20,25`. This is passed directly to the superpmi.exe `-compile` argument. See `superpmi.exe -?` for full documentation about allowed formats.
0 commit comments