superpmi replay: automatically run replay across a set of assemblies with superpmi.py #31887
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
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
The text was updated successfully, but these errors were encountered: