MihuBot / runtime-utils

0 stars 0 forks source link

[JitDiff X64] [MichalPetryka] Fix JIT refusing to inline methods accessing static readonly arrays #731

Open MihuBot opened 2 days ago

MihuBot commented 2 days ago

Job completed in 18 minutes 45 seconds. https://github.com/dotnet/runtime/pull/108953

Diffs

Found 262 files with textual diffs.

Summary of Code Size diffs:
(Lower is better)

Total bytes of base: 39399018
Total bytes of diff: 39399018
Total bytes of delta: 0 (0.00 % of base)
Total relative delta: Infinity
    relative diff is a regression.

Total byte diff includes -128 bytes from reconciling methods
    Base had    1 unique methods,      128 unique bytes
    Diff had    0 unique methods,        0 unique bytes

0 total files with Code Size differences (0 improved, 0 regressed), 259 unchanged.

Top method regressions (bytes):
         128 (Infinity of base) : System.DirectoryServices.Protocols.dasm - System.DirectoryServices.Protocols.PartialResultsRetriever:ThreadRoutine():this (FullOpts)

Top method improvements (bytes):
        -128 (-100.00 % of base) : System.DirectoryServices.Protocols.dasm - 

Top method regressions (percentages):
         128 (Infinity of base) : System.DirectoryServices.Protocols.dasm - System.DirectoryServices.Protocols.PartialResultsRetriever:ThreadRoutine():this (FullOpts)

Top method improvements (percentages):
        -128 (-100.00 % of base) : System.DirectoryServices.Protocols.dasm - 

2 total methods with Code Size differences (1 improved, 1 regressed), 232534 unchanged.

--------------------------------------------------------------------------------

Artifacts:

MihuBot commented 2 days ago

@MichalPetryka