--crossgen-optlevel - it's useful to either disable opts for crossgen or enable -Ot (prefer performance) where we use the ExtendedDefaultPolicy inliner (more aggressive, the one that is used for JIT). Default is -O (mixed)
--crossgen-mibc - path to an mibc file to consume pgo data.
This PR adds two options to jit-dasm:
--crossgen-optlevel
- it's useful to either disable opts for crossgen or enable-Ot
(prefer performance) where we use the ExtendedDefaultPolicy inliner (more aggressive, the one that is used for JIT). Default is-O
(mixed)--crossgen-mibc
- path to an mibc file to consume pgo data.PTAL @dotnet/jit-contrib