Closed
Description
Repro
build.cmd -s clr.native -c release -rc release -a x86
at https://github.com/dotnet/runtime/tree/48dd30ed6e21699fa03422872b0539b165bd4741
Observe coreclr.dll size is 4,579,328
build.cmd -s clr.native -c release -rc release -a x86
at https://github.com/dotnet/runtime/tree/3086d8a1c30b28290b44e73cd96b23194906c2cf (commit immediately after)
Observe coreclr.dll size is 6,098,432 (33% regression)
The x86 large size difference is just one manifestation of the regression. There are regressions on other architectures and there are regressions in throughput too. (I have run into them when trying to validate #93766 for servicing backport.)