-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Description
Repro
build.cmd -s clr.native -c release -rc release -a x86at 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 x86at 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.)
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI