Open performanceautofiler[bot] opened 9 months ago
Range for the change is here https://github.com/dotnet/runtime/compare/4f64a8abc1e905295f230a7a62b0816154b757a8...e458d68a3879d968faa1da9de38876e23935c166
Could be https://github.com/dotnet/runtime/pull/96753, but not sure..
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch See info in area-owners.md if you want to be subscribed.
Author: | performanceautofiler[bot] |
---|---|
Assignees: | - |
Labels: | `os-linux`, `arch-x64`, `area-CodeGen-coreclr`, `untriaged`, `runtime-coreclr`, `needs-area-label` |
Milestone: | - |
All benchmarks returned to their old or better levels after the dates for this regression except for BenchmarksGame.FannkuchRedux_2
, so that one I should look at.
Looks like we now try to hoist an array length expression out of a loop, but CSE does not pick up the hoist. So this is essentially an example of #92170. Seems like the best way to address this in 10.0 would be by improving the hoisting pass to take care of the rewrites itself.
Run Information
Regressions in Benchstone.BenchI.BenchE
Test Report
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
Run Information
Regressions in System.Text.RegularExpressions.Tests.Perf_Regex_Industry_RustLang_Sherlock
Test Report
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
Run Information
Regressions in System.Text.RegularExpressions.Tests.Perf_Regex_Common
Test Report
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
Run Information
Regressions in BenchmarksGame.FannkuchRedux_2
Test Report
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md