Bruce Forstall
Bruce Forstall
Does the JIT dll import table change? (I.e., are there any new dependencies in the Release build?)
For 64-bit platforms, if you can't use the instrDesc* as a key, you could change `_idDebugOnlyInfo` to a `uint32_t` index and use that as a key to a hash table...
> (I really want this breakdown in the superpmi-diffs output) Seems like a good idea. I opened https://github.com/dotnet/runtime/issues/73505 to track. Maybe there are other pivots as well? PGO versus non-PGO,...
> We should probably run most relevant pipelines on this. Note that we do little to no testing with Release builds (except the checked/release asm diffs pipeline), so you'll want...
> I pushed a commit that adds `emitFirstInstrDesc` and `emitAdvanceInstrDesc` and uses these in place of the manual `castto`/buffer accesses, which consolidates most uses of `m_debugInfoSize`. The functions are a...
Fixed by https://github.com/dotnet/runtime/pull/73654. Will be in a subsequent .NET 6 update.
Related: I'd like to see `--join` fixed so multiple filter expression results can all show up in a single results table: https://github.com/dotnet/performance/issues/1855
Random note: should the syntax for things that will specify checking use a unique, searchable, prefix that makes it super clear it's for FileCheck, e.g.: ``` // ARM64-FULL-LINE: cmeq v0.8b,...
It seems unfortunate that you need to specify folders and files to copy separately, if you want to copy both. E.g., in the example above: ``` ``` It seems like...
@mangod9 @markples Can you disable this test _today_ so pipeline runs are clean, and in particular, so all our outerloop pipelines don't have broad failures this weekend?