With the work to enable PGO-based Profiled AOT on Mono, mono based .mibc files can now be generated. It would be convenient if there was some way to identify the Runtime flavor, Platform OS + Arch for a corresponding .mibc file.
For instance, I had been testing the full pipeline of Profiled AOT on Mono, but unknowingly had generated a coreclr based .mibc (probably accidentally published a coreclr build and collected a .nettrace from the resulting executable). Only after comparing with another .mibc that is more clearly Mono based could we guess that the previous .mibc was a coreclr based one.
/cc: @lambdageek @davidwrighton @lateralusX @tommcdon
With the work to enable PGO-based Profiled AOT on Mono, mono based .mibc files can now be generated. It would be convenient if there was some way to identify the Runtime flavor, Platform OS + Arch for a corresponding .mibc file.
For instance, I had been testing the full pipeline of Profiled AOT on Mono, but unknowingly had generated a coreclr based .mibc (probably accidentally published a coreclr build and collected a .nettrace from the resulting executable). Only after comparing with another
.mibcthat is more clearly Mono based could we guess that the previous .mibc was a coreclr based one./cc: @lambdageek @davidwrighton @lateralusX @tommcdon