Skip to content

[JitDiff X64] [EgorBo] Inline nullable allocators #1665

@MihuBot

Description

@MihuBot

Job completed in 16 minutes 25 seconds (remote runner delay: 47 seconds).
dotnet/runtime#122167

Diffs

Diffs
Found 136 files with textual diffs.

Summary of Code Size diffs:
(Lower is better)

Total bytes of base: 45953711
Total bytes of diff: 45996529
Total bytes of delta: 42818 (0.09 % of base)
Total relative delta: 353.38
    diff is a regression.
    relative diff is a regression.


Top file regressions (bytes):
       12601 : System.Private.CoreLib.dasm (0.16 % of base)
        5857 : System.Linq.AsyncEnumerable.dasm (0.20 % of base)
        5381 : System.Collections.Immutable.dasm (0.22 % of base)
        4457 : System.Collections.dasm (0.60 % of base)
        4021 : System.Linq.dasm (0.27 % of base)
        1265 : System.Text.Json.dasm (0.08 % of base)
        1259 : System.Linq.Expressions.dasm (0.13 % of base)
        1162 : System.Composition.TypedParts.dasm (2.06 % of base)
         992 : System.Data.Common.dasm (0.06 % of base)
         734 : System.ObjectModel.dasm (0.98 % of base)
         638 : System.Linq.Queryable.dasm (0.15 % of base)
         553 : Microsoft.CSharp.dasm (0.16 % of base)
         422 : Microsoft.Extensions.Logging.Abstractions.dasm (0.52 % of base)
         391 : System.Linq.Parallel.dasm (0.02 % of base)
         363 : System.Numerics.Tensors.dasm (0.03 % of base)
         353 : System.Net.Http.dasm (0.04 % of base)
         336 : System.Net.Http.Json.dasm (0.10 % of base)
         295 : System.Diagnostics.DiagnosticSource.dasm (0.09 % of base)
         266 : System.ComponentModel.Composition.dasm (0.06 % of base)
         170 : Microsoft.Extensions.Logging.Console.dasm (0.25 % of base)
         141 : System.ComponentModel.TypeConverter.dasm (0.04 % of base)
         140 : System.Private.DataContractSerialization.dasm (0.01 % of base)
         132 : System.Threading.Tasks.Dataflow.dasm (0.01 % of base)
         125 : Microsoft.Extensions.Logging.EventSource.dasm (0.44 % of base)
         115 : System.Reflection.Metadata.dasm (0.02 % of base)
         113 : Microsoft.Extensions.Caching.Abstractions.dasm (0.28 % of base)
          93 : Microsoft.Extensions.Logging.TraceSource.dasm (1.05 % of base)
          90 : System.Reflection.Context.dasm (0.15 % of base)
          82 : Microsoft.Extensions.Logging.dasm (0.21 % of base)
          72 : System.Runtime.InteropServices.dasm (0.27 % of base)
          47 : System.ServiceModel.Syndication.dasm (0.03 % of base)
          47 : Microsoft.Extensions.DependencyModel.dasm (0.06 % of base)
          46 : System.Net.Security.dasm (0.02 % of base)
          46 : System.Net.Mail.dasm (0.03 % of base)
          25 : System.Collections.Concurrent.dasm (0.01 % of base)
          24 : System.Threading.Channels.dasm (0.01 % of base)
          18 : System.Private.Xml.dasm (0.00 % of base)
          18 : System.Runtime.Numerics.dasm (0.01 % of base)
          18 : System.Net.NameResolution.dasm (0.03 % of base)
          17 : Microsoft.Extensions.Hosting.dasm (0.02 % of base)
          14 : Microsoft.Extensions.Configuration.Binder.dasm (0.06 % of base)
          12 : System.Threading.RateLimiting.dasm (0.01 % of base)
          12 : System.Text.RegularExpressions.dasm (0.00 % of base)
          12 : System.Private.Xml.Linq.dasm (0.01 % of base)
           8 : Microsoft.Extensions.DependencyInjection.Abstractions.dasm (0.01 % of base)
           7 : System.Formats.Nrbf.dasm (0.01 % of base)
           1 : Microsoft.Extensions.Logging.EventLog.dasm (0.01 % of base)

Top file improvements (bytes):
         -57 : System.IO.Ports.dasm (-0.11 % of base)
         -28 : System.Security.Cryptography.Cose.dasm (-0.04 % of base)
         -28 : Microsoft.Extensions.Logging.Configuration.dasm (-0.28 % of base)
         -28 : System.IO.Packaging.dasm (-0.02 % of base)
         -20 : System.Diagnostics.FileVersionInfo.dasm (-0.19 % of base)
         -12 : Microsoft.Extensions.Caching.Memory.dasm (-0.05 % of base)

53 total files with Code Size differences (6 improved, 47 regressed), 207 unchanged.

Top method regressions (bytes):
         350 (6.67 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|97_0>d`2[System.__Canon,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         350 (6.67 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|104_0>d`2[System.__Canon,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         277 (40.32 % of base) : System.Private.CoreLib.dasm - System.Text.Unicode.Utf8+TryWriteInterpolatedStringHandler:AppendFormatted[System.Nullable`1[int]](System.Nullable`1[int],System.String):bool:this (FullOpts)
         270 (43.48 % of base) : System.Private.CoreLib.dasm - System.Text.Unicode.Utf8+TryWriteInterpolatedStringHandler:AppendFormatted[System.Nullable`1[int]](System.Nullable`1[int]):bool:this (FullOpts)
         247 (8.27 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|97_0>d`2[System.Nullable`1[int],System.Nullable`1[int]]:MoveNext():this (FullOpts)
         247 (8.26 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|104_0>d`2[System.Nullable`1[int],System.Nullable`1[int]]:MoveNext():this (FullOpts)
         235 (7.93 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|97_0>d`2[double,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         235 (7.92 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|104_0>d`2[double,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         234 (60.47 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Nullable`1[int]]:LastIndexOf(System.Nullable`1[int][],System.Nullable`1[int],int,int):int:this (FullOpts)
         229 (13.34 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2+HashBucket[System.Nullable`1[int],System.Nullable`1[int]]:Add(System.Nullable`1[int],System.Nullable`1[int],System.Collections.Generic.IEqualityComparer`1[System.Collections.Generic.KeyValuePair`2[System.Nullable`1[int],System.Nullable`1[int]]],System.Collections.Generic.IEqualityComparer`1[System.Nullable`1[int]],int,byref):System.Collections.Immutable.ImmutableDictionary`2+HashBucket[System.Nullable`1[int],System.Nullable`1[int]]:this (FullOpts)
         217 (56.07 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Nullable`1[int]]:IndexOf(System.Nullable`1[int][],System.Nullable`1[int],int,int):int:this (FullOpts)
         175 (22.67 % of base) : System.Linq.Expressions.dasm - System.Dynamic.UpdateDelegates:UpdateAndExecuteVoid2[System.Nullable`1[int],System.Nullable`1[int]](System.Runtime.CompilerServices.CallSite,System.Nullable`1[int],System.Nullable`1[int]) (FullOpts)
         168 (86.60 % of base) : System.Private.CoreLib.dasm - System.HashCode:Combine[System.Nullable`1[int],System.Nullable`1[int]](System.Nullable`1[int],System.Nullable`1[int]):int (FullOpts)
         168 (4.41 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|97_0>d`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:MoveNext():this (FullOpts)
         168 (29.32 % of base) : System.Linq.dasm - System.Linq.Enumerable:MaxBy[double,System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[double],System.Func`2[double,System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):double (FullOpts)
         168 (29.32 % of base) : System.Linq.dasm - System.Linq.Enumerable:MinBy[double,System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[double],System.Func`2[double,System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):double (FullOpts)
         168 (121.74 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.Nullable`1[int],System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
         168 (80.00 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.Nullable`1[int],System.Nullable`1[int]]:System.IValueTupleInternal.ToStringEnd():System.String:this (FullOpts)
         168 (57.14 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.Nullable`1[int],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
         166 (30.02 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2+Node[System.Nullable`1[int],System.Nullable`1[int]]:RemoveRecursive(System.Nullable`1[int],System.Collections.Generic.IComparer`1[System.Nullable`1[int]],byref):System.Collections.Immutable.ImmutableSortedDictionary`2+Node[System.Nullable`1[int],System.Nullable`1[int]]:this (FullOpts)
         163 (1.91 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|98_0>d`2[System.__Canon,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         163 (1.91 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|105_0>d`2[System.__Canon,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         161 (4.21 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|104_0>d`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:MoveNext():this (FullOpts)
         161 (32.20 % of base) : System.Private.CoreLib.dasm - System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted[System.Nullable`1[int]](System.Nullable`1[int]):this (FullOpts)
         156 (21.64 % of base) : System.Linq.dasm - System.Linq.Enumerable:MaxBy[System.Numerics.Vector`1[float],System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[System.Numerics.Vector`1[float]],System.Func`2[System.Numerics.Vector`1[float],System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):System.Numerics.Vector`1[float] (FullOpts)
         156 (21.64 % of base) : System.Linq.dasm - System.Linq.Enumerable:MinBy[System.Numerics.Vector`1[float],System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[System.Numerics.Vector`1[float]],System.Func`2[System.Numerics.Vector`1[float],System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):System.Numerics.Vector`1[float] (FullOpts)
         155 (3.20 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|98_0>d`2[byte,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         155 (3.22 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|98_0>d`2[int,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         155 (3.20 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|98_0>d`2[long,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         155 (3.19 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|98_0>d`2[short,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         155 (3.16 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|98_0>d`2[System.Nullable`1[int],System.Nullable`1[int]]:MoveNext():this (FullOpts)
         155 (3.20 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|105_0>d`2[byte,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         155 (3.21 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|105_0>d`2[int,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         155 (3.19 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|105_0>d`2[long,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         155 (3.18 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|105_0>d`2[short,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         155 (3.15 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|105_0>d`2[System.Nullable`1[int],System.Nullable`1[int]]:MoveNext():this (FullOpts)
         149 (2.55 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|98_0>d`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:MoveNext():this (FullOpts)
         148 (16.00 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2+Node[System.Nullable`1[int],System.Nullable`1[int]]:SetOrAdd(System.Nullable`1[int],System.Nullable`1[int],System.Collections.Generic.IComparer`1[System.Nullable`1[int]],System.Collections.Generic.IEqualityComparer`1[System.Nullable`1[int]],bool,byref,byref):System.Collections.Immutable.ImmutableSortedDictionary`2+Node[System.Nullable`1[int],System.Nullable`1[int]]:this (FullOpts)
         147 (2.51 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|105_0>d`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:MoveNext():this (FullOpts)
         147 (24.92 % of base) : System.Private.CoreLib.dasm - System.MemoryExtensions+TryWriteInterpolatedStringHandler:AppendFormatted[System.Nullable`1[int]](System.Nullable`1[int],System.String):bool:this (FullOpts)
         145 (27.94 % of base) : System.Private.CoreLib.dasm - System.MemoryExtensions+TryWriteInterpolatedStringHandler:AppendFormatted[System.Nullable`1[int]](System.Nullable`1[int]):bool:this (FullOpts)
         143 (24.74 % of base) : System.Private.CoreLib.dasm - System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted[System.Nullable`1[int]](System.Nullable`1[int],System.String):this (FullOpts)
         142 (2.82 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|98_0>d`2[double,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         142 (2.82 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|105_0>d`2[double,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         132 (23.00 % of base) : System.Linq.dasm - System.Linq.Enumerable:MaxBy[System.Nullable`1[int],System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[System.Nullable`1[int]],System.Func`2[System.Nullable`1[int],System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):System.Nullable`1[int] (FullOpts)
         132 (23.00 % of base) : System.Linq.dasm - System.Linq.Enumerable:MinBy[System.Nullable`1[int],System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[System.Nullable`1[int]],System.Func`2[System.Nullable`1[int],System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):System.Nullable`1[int] (FullOpts)
         131 (71.58 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:Remove(System.Nullable`1[int]):System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:this (FullOpts)
         131 (71.58 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.Remove(System.Nullable`1[int]):System.Collections.Immutable.IImmutableDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:this (FullOpts)
         126 (82.35 % of base) : System.Linq.Parallel.dasm - System.Linq.Parallel.HashLookup`2[System.Nullable`1[int],System.Nullable`1[int]]:AreKeysEqual(System.Nullable`1[int],System.Nullable`1[int]):bool:this (FullOpts)
         125 (22.60 % of base) : System.Linq.dasm - System.Linq.Enumerable:MaxBy[byte,System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[byte],System.Func`2[byte,System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):byte (FullOpts)
         125 (22.60 % of base) : System.Linq.dasm - System.Linq.Enumerable:MaxBy[int,System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[int],System.Func`2[int,System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):int (FullOpts)
         125 (22.60 % of base) : System.Linq.dasm - System.Linq.Enumerable:MaxBy[long,System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[long],System.Func`2[long,System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):long (FullOpts)
         125 (22.60 % of base) : System.Linq.dasm - System.Linq.Enumerable:MaxBy[short,System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[short],System.Func`2[short,System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):short (FullOpts)
         125 (22.60 % of base) : System.Linq.dasm - System.Linq.Enumerable:MinBy[byte,System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[byte],System.Func`2[byte,System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):byte (FullOpts)
         125 (22.60 % of base) : System.Linq.dasm - System.Linq.Enumerable:MinBy[int,System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[int],System.Func`2[int,System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):int (FullOpts)
         125 (22.60 % of base) : System.Linq.dasm - System.Linq.Enumerable:MinBy[long,System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[long],System.Func`2[long,System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):long (FullOpts)
         125 (22.60 % of base) : System.Linq.dasm - System.Linq.Enumerable:MinBy[short,System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[short],System.Func`2[short,System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):short (FullOpts)
         121 (4.13 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|97_0>d`2[byte,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         121 (4.16 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|97_0>d`2[int,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         121 (4.12 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|97_0>d`2[long,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         121 (4.12 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MaxByAsync>g__Impl|97_0>d`2[short,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         121 (4.13 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|104_0>d`2[byte,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         121 (4.15 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|104_0>d`2[int,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         121 (4.11 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|104_0>d`2[long,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         121 (4.11 % of base) : System.Linq.AsyncEnumerable.dasm - System.Linq.AsyncEnumerable+<<MinByAsync>g__Impl|104_0>d`2[short,System.Nullable`1[int]]:MoveNext():this (FullOpts)
         118 (16.10 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableInterlocked:AddOrUpdate[System.Nullable`1[int],System.Nullable`1[int]](byref,System.Nullable`1[int],System.Func`2[System.Nullable`1[int],System.Nullable`1[int]],System.Func`3[System.Nullable`1[int],System.Nullable`1[int],System.Nullable`1[int]]):System.Nullable`1[int] (FullOpts)
         118 (23.94 % of base) : System.Linq.dasm - System.Linq.Enumerable:Min[System.Numerics.Vector`1[float],System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[System.Numerics.Vector`1[float]],System.Func`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]):System.Nullable`1[int] (FullOpts)
         117 (7.45 % of base) : Microsoft.Extensions.Logging.EventSource.dasm - Microsoft.Extensions.Logging.EventSource.EventSourceLogger:Log[System.Nullable`1[int]](int,Microsoft.Extensions.Logging.EventId,System.Nullable`1[int],System.Exception,System.Func`3[System.Nullable`1[int],System.Exception,System.String]):this (FullOpts)
         117 (30.08 % of base) : System.ObjectModel.dasm - System.Collections.ObjectModel.KeyedCollection`2[System.Nullable`1[int],System.Nullable`1[int]]:TryGetValue(System.Nullable`1[int],byref):bool:this (FullOpts)
         114 (18.78 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableInterlocked:TryUpdate[System.Nullable`1[int],System.Nullable`1[int]](byref,System.Nullable`1[int],System.Nullable`1[int],System.Nullable`1[int]):bool (FullOpts)
         113 (16.99 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableInterlocked:AddOrUpdate[System.Nullable`1[int],System.Nullable`1[int]](byref,System.Nullable`1[int],System.Nullable`1[int],System.Func`3[System.Nullable`1[int],System.Nullable`1[int],System.Nullable`1[int]]):System.Nullable`1[int] (FullOpts)
         113 (31.83 % of base) : System.ObjectModel.dasm - System.Collections.ObjectModel.KeyedCollection`2[System.Nullable`1[int],System.Nullable`1[int]]:SetItem(int,System.Nullable`1[int]):this (FullOpts)
         113 (18.14 % of base) : System.Private.CoreLib.dasm - System.Text.StringBuilder+AppendInterpolatedStringHandler:AppendFormatted[System.Nullable`1[int]](System.Nullable`1[int],System.String):this (FullOpts)
         112 (39.86 % of base) : System.Numerics.Tensors.dasm - System.Numerics.Tensors.Tensor:AppendJoin[System.Nullable`1[int]](System.Text.StringBuilder,System.String,System.ReadOnlySpan`1[System.Nullable`1[int]]):System.Text.StringBuilder (FullOpts)
         112 (47.86 % of base) : System.Private.CoreLib.dasm - System.Text.StringBuilder:AppendJoinCore[System.Nullable`1[int]](byref,int,System.ReadOnlySpan`1[System.Nullable`1[int]]):System.Text.StringBuilder:this (FullOpts)
         111 (22.52 % of base) : System.Linq.dasm - System.Linq.Enumerable:Max[System.Numerics.Vector`1[float],System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[System.Numerics.Vector`1[float]],System.Func`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]):System.Nullable`1[int] (FullOpts)
         110 (239.13 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.TypeTable+KeyPair`2[System.Nullable`1[int],System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
         110 (100.92 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Nullable`1[int]]:Equals(System.Nullable`1[int],System.Nullable`1[int]):bool:this (FullOpts)
         110 (11.25 % of base) : System.Linq.Expressions.dasm - System.Dynamic.UpdateDelegates:UpdateAndExecuteVoid2[System.__Canon,System.Nullable`1[int]](System.Runtime.CompilerServices.CallSite,System.__Canon,System.Nullable`1[int]) (FullOpts)
         107 (53.77 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]):bool:this (FullOpts)
         106 (15.41 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:AddRange(System.Collections.Generic.IEnumerable`1[System.Collections.Generic.KeyValuePair`2[System.Nullable`1[int],System.Nullable`1[int]]],bool,bool):System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:this (FullOpts)
         101 (15.63 % of base) : System.Linq.dasm - System.Linq.Enumerable:MaxBy[System.__Canon,System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[System.__Canon],System.Func`2[System.__Canon,System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):System.__Canon (FullOpts)
         101 (15.63 % of base) : System.Linq.dasm - System.Linq.Enumerable:MinBy[System.__Canon,System.Nullable`1[int]](System.Collections.Generic.IEnumerable`1[System.__Canon],System.Func`2[System.__Canon,System.Nullable`1[int]],System.Collections.Generic.IComparer`1[System.Nullable`1[int]]):System.__Canon (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[byte,System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[double,System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[int,System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[long,System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[short,System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[System.__Canon,System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
          99 (12.15 % of base) : System.Private.CoreLib.dasm - System.String:JoinCore[System.Nullable`1[int]](System.ReadOnlySpan`1[char],System.Collections.Generic.IEnumerable`1[System.Nullable`1[int]]):System.String (FullOpts)
          98 (26.56 % of base) : System.Private.CoreLib.dasm - System.Text.StringBuilder:AppendJoinCore[System.Nullable`1[int]](byref,int,System.Collections.Generic.IEnumerable`1[System.Nullable`1[int]]):System.Text.StringBuilder:this (FullOpts)
          97 (33.80 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+ValueCollection[byte,System.Nullable`1[int]]:System.Collections.IList.IndexOf(System.Object):int:this (FullOpts)
          97 (33.80 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+ValueCollection[double,System.Nullable`1[int]]:System.Collections.IList.IndexOf(System.Object):int:this (FullOpts)
          97 (33.80 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+ValueCollection[int,System.Nullable`1[int]]:System.Collections.IList.IndexOf(System.Object):int:this (FullOpts)
          97 (33.80 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+ValueCollection[long,System.Nullable`1[int]]:System.Collections.IList.IndexOf(System.Object):int:this (FullOpts)
          97 (33.80 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+ValueCollection[short,System.Nullable`1[int]]:System.Collections.IList.IndexOf(System.Object):int:this (FullOpts)
          97 (33.80 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+ValueCollection[System.__Canon,System.Nullable`1[int]]:System.Collections.IList.IndexOf(System.Object):int:this (FullOpts)
          97 (33.80 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+ValueCollection[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IList.IndexOf(System.Object):int:this (FullOpts)

Top method improvements (bytes):
         -60 (-18.81 % of base) : System.Text.Json.dasm - System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1[System.Nullable`1[int]]:ReadJsonAsObject(byref,byref,byref):bool:this (FullOpts)
         -57 (-7.79 % of base) : System.IO.Ports.dasm - System.IO.Ports.SerialPort:GetPortNames_FreeBSD():System.String[] (FullOpts)
         -50 (-0.97 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventSource:CreateManifestAndDescriptors(System.Type,System.String,System.Diagnostics.Tracing.EventSource,int):byte[] (FullOpts)
         -32 (-12.40 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.BindingList`1[System.Nullable`1[int]]:AddNewCore():System.Object:this (FullOpts)
         -31 (-1.43 % of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationReaderILGen:WriteSourceEnd(System.String,System.Type,System.Type):this (FullOpts)
         -28 (-8.59 % of base) : Microsoft.Extensions.Logging.Configuration.dasm - Microsoft.Extensions.Configuration.Binder.SourceGeneration.<BindingExtensions_g>F36F291D42D9CE2439E1968EC783BE64F61F406B865E6E90EFD25BBD78AB9E1D0__BindingExtensions:GetValue[System.Nullable`1[int]](Microsoft.Extensions.Configuration.IConfiguration,System.String,System.Nullable`1[int]):System.Nullable`1[int] (FullOpts)
         -25 (-2.23 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2+Node[System.Nullable`1[int],System.Nullable`1[int]]:CopyTo(System.Array,int,int):this (FullOpts)
         -23 (-0.95 % of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationReaderILGen:WriteSourceBegin(System.String):this (FullOpts)
         -20 (-1.12 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2+Node[System.__Canon,System.Nullable`1[int]]:CopyTo(System.Array,int,int):this (FullOpts)
         -20 (-1.00 % of base) : System.Diagnostics.FileVersionInfo.dasm - System.Diagnostics.FileVersionInfo:LoadManagedAssemblyMetadata(System.Reflection.Metadata.MetadataReader,bool):this (FullOpts)
         -20 (-3.13 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ActivityTracker:NormalizeActivityName(System.String,System.String,int):System.String (FullOpts)
         -20 (-3.62 % of base) : System.Linq.Expressions.dasm - System.Linq.Expressions.ExpressionVisitor:Visit[System.Nullable`1[int]](System.Collections.ObjectModel.ReadOnlyCollection`1[System.Nullable`1[int]],System.Func`2[System.Nullable`1[int],System.Nullable`1[int]]):System.Collections.ObjectModel.ReadOnlyCollection`1[System.Nullable`1[int]] (FullOpts)
         -19 (-10.11 % of base) : System.Linq.Expressions.dasm - System.Dynamic.Utils.CacheDict`2[System.Nullable`1[int],System.Nullable`1[int]]:TryGetValue(System.Nullable`1[int],byref):bool:this (FullOpts)
         -18 (-0.78 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
         -18 (-0.78 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2+Builder[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
         -18 (-4.74 % of base) : System.Private.Xml.dasm - System.Xml.Serialization.CodeIdentifier:EscapeKeywords(System.String,System.Text.StringBuilder) (FullOpts)
         -17 (-7.00 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
         -17 (-0.76 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableHashSet`1[System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
         -17 (-1.36 % of base) : System.Security.Cryptography.Cose.dasm - System.Security.Cryptography.Cose.CoseMessage:DecodeCoseSign1Core(System.Formats.Cbor.CborReader):System.Security.Cryptography.Cose.CoseSign1Message (FullOpts)
         -16 (-4.57 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
         -16 (-4.57 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2+Builder[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
         -16 (-13.79 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventSource:GetOpcodeWithDefault(int,System.String):int (FullOpts)
         -13 (-8.61 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2+Builder[int,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
         -13 (-8.50 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2+Builder[int,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
         -13 (-1.08 % of base) : System.Security.Cryptography.Cose.dasm - System.Security.Cryptography.Cose.CoseMessage:DecodeCoseMultiSignCore(System.Formats.Cbor.CborReader):System.Security.Cryptography.Cose.CoseMultiSignMessage (FullOpts)
         -12 (-1.29 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+ValueCollection[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
         -11 (-8.66 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[System.__Canon,System.Nullable`1[int]](System.Object):System.Object (FullOpts)
         -10 (-2.86 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
         -10 (-1.45 % of base) : System.IO.Packaging.dasm - System.IO.Packaging.PackUriHelper+ValidatedPartUri:IsRelationshipUri():bool:this (FullOpts)
         -10 (-1.06 % of base) : System.IO.Packaging.dasm - System.IO.Packaging.ZipPackagePartPiece:TryParseName(System.String,byref,byref,byref,byref):bool (FullOpts)
         -10 (-0.25 % of base) : System.Net.Http.dasm - System.Net.Http.AuthenticationHelper+<GetDigestTokenForCredential>d__40:MoveNext():this (FullOpts)
         -10 (-1.56 % of base) : System.Private.CoreLib.dasm - System.StartupHookProvider:ParseStartupHook(byref,System.String) (FullOpts)
         -10 (-0.97 % of base) : System.Text.Json.dasm - System.Text.Json.JsonException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
          -9 (-3.98 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[System.__Canon,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -9 (-2.12 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2[int,System.Nullable`1[int]]:System.Collections.IDictionary.Add(System.Object,System.Object):this (FullOpts)
          -9 (-4.23 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-1.01 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+ValueCollection[byte,System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
          -9 (-1.01 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+ValueCollection[int,System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
          -9 (-1.01 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+ValueCollection[short,System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[byte,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[double,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[int,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[long,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[short,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[System.__Canon,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.29 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Key():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.29 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+KeyCollection+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[byte,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[double,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[int,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[long,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[short,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[System.__Canon,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-0.39 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
          -9 (-3.25 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -9 (-0.39 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2+Builder[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
          -9 (-3.25 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2+Builder[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -9 (-0.40 % of base) : System.Data.Common.dasm - System.Data.Common.DbColumn:get_Item(System.String):System.Object:this (FullOpts)
          -8 (-0.57 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
          -8 (-6.20 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -8 (-3.60 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[System.__Canon,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -8 (-3.31 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.DebugProvider:Write(System.String):this (FullOpts)
          -8 (-7.69 % of base) : System.IO.Packaging.dasm - System.IO.Packaging.ZipPackage:IsZipItemValidOpcPartOrPiece(System.String):bool (FullOpts)
          -8 (-3.81 % of base) : System.Net.Http.dasm - System.Net.Http.Headers.HttpContentHeaders:set_ContentLength(System.Nullable`1[long]):this (FullOpts)
          -8 (-0.75 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.Json.JsonReaderDelegator:ParseJsonDateInDefaultFormat(System.String):System.DateTime (FullOpts)
          -7 (-0.51 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[byte,System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
          -7 (-0.51 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[long,System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
          -7 (-0.51 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[short,System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
          -7 (-2.67 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -7 (-2.82 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2[System.__Canon,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -7 (-0.60 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+ValueCollection[System.__Canon,System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
          -7 (-5.22 % of base) : System.Linq.Expressions.dasm - System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1[System.Nullable`1[int]]:System.Collections.IList.get_Item(int):System.Object:this (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetKey[System.Nullable`1[int],System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[byte,System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[double,System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[int,System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[long,System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[short,System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[System.Nullable`1[int],System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[System.Numerics.Vector`1[float],System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -6 (-2.91 % of base) : Microsoft.Extensions.Caching.Memory.dasm - Microsoft.Extensions.Caching.Memory.CacheEntry:Microsoft.Extensions.Caching.Memory.ICacheEntry.set_Size(System.Nullable`1[long]):this (FullOpts)
          -6 (-2.91 % of base) : Microsoft.Extensions.Caching.Memory.dasm - Microsoft.Extensions.Caching.Memory.MemoryCacheOptions:set_SizeLimit(System.Nullable`1[long]):this (FullOpts)
          -6 (-4.03 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[byte,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -6 (-4.03 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[double,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -6 (-4.08 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[int,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -6 (-4.05 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[long,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -6 (-4.03 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[short,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -6 (-0.33 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[System.__Canon,System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
          -6 (-3.80 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -6 (-0.41 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.ICollection.CopyTo(System.Array,int):this (FullOpts)
          -6 (-1.67 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionary.Add(System.Object,System.Object):this (FullOpts)
          -6 (-1.67 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionary.set_Item(System.Object,System.Object):this (FullOpts)
          -6 (-5.83 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[byte,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -6 (-5.88 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[int,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -6 (-5.88 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[long,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -6 (-5.77 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[short,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)

Top method regressions (percentages):
          50 (5,000.00 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.BindingList`1[System.Nullable`1[int]]:HookPropertyChanged(System.Nullable`1[int]):this (FullOpts)
          50 (5,000.00 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.BindingList`1[System.Nullable`1[int]]:UnhookPropertyChanged(System.Nullable`1[int]):this (FullOpts)
          56 (560.00 % of base) : System.Text.Json.dasm - System.Text.Json.Serialization.JsonConverter`1[System.Nullable`1[int]]:IsNull(System.Nullable`1[int]):bool (FullOpts)
          47 (470.00 % of base) : System.Diagnostics.DiagnosticSource.dasm - System.Diagnostics.ActivityCreationOptions`1[System.Nullable`1[int]]:get_TraceId():System.Diagnostics.ActivityTraceId:this (FullOpts)
          56 (430.77 % of base) : System.Text.Json.dasm - System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1[System.Nullable`1[int]]:<ConfigureIgnoreCondition>g__ShouldSerializeIgnoreWhenWritingDefault|31_2(System.Object,System.Nullable`1[int]):bool (FullOpts)
          53 (407.69 % of base) : System.Text.Json.dasm - System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1[System.Nullable`1[int]]:IsDefaultValue(System.Nullable`1[int]):bool (FullOpts)
         110 (239.13 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.TypeTable+KeyPair`2[System.Nullable`1[int],System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          53 (212.00 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+<>c__DisplayClass34_0[byte,System.Nullable`1[int]]:<ContainsValue>b__0(System.Collections.Generic.SortedSet`1+Node[System.Collections.Generic.KeyValuePair`2[byte,System.Nullable`1[int]]]):bool:this (FullOpts)
          53 (212.00 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+<>c__DisplayClass34_0[double,System.Nullable`1[int]]:<ContainsValue>b__0(System.Collections.Generic.SortedSet`1+Node[System.Collections.Generic.KeyValuePair`2[double,System.Nullable`1[int]]]):bool:this (FullOpts)
          53 (212.00 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+<>c__DisplayClass34_0[int,System.Nullable`1[int]]:<ContainsValue>b__0(System.Collections.Generic.SortedSet`1+Node[System.Collections.Generic.KeyValuePair`2[int,System.Nullable`1[int]]]):bool:this (FullOpts)
          53 (212.00 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+<>c__DisplayClass34_0[long,System.Nullable`1[int]]:<ContainsValue>b__0(System.Collections.Generic.SortedSet`1+Node[System.Collections.Generic.KeyValuePair`2[long,System.Nullable`1[int]]]):bool:this (FullOpts)
          53 (212.00 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+<>c__DisplayClass34_0[short,System.Nullable`1[int]]:<ContainsValue>b__0(System.Collections.Generic.SortedSet`1+Node[System.Collections.Generic.KeyValuePair`2[short,System.Nullable`1[int]]]):bool:this (FullOpts)
          53 (212.00 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+<>c__DisplayClass34_0[System.Nullable`1[int],System.Nullable`1[int]]:<ContainsValue>b__0(System.Collections.Generic.SortedSet`1+Node[System.Collections.Generic.KeyValuePair`2[System.Nullable`1[int],System.Nullable`1[int]]]):bool:this (FullOpts)
          53 (212.00 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+<>c__DisplayClass34_0[System.Numerics.Vector`1[float],System.Nullable`1[int]]:<ContainsValue>b__0(System.Collections.Generic.SortedSet`1+Node[System.Collections.Generic.KeyValuePair`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]]):bool:this (FullOpts)
          65 (191.18 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.TypeTable+KeyPair`2[int,System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          65 (185.71 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.TypeTable+KeyPair`2[byte,System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          49 (181.48 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.Requires:NotNullAllowStructs[System.Nullable`1[int]](System.Nullable`1[int],System.String) (FullOpts)
          65 (180.56 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.TypeTable+KeyPair`2[short,System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          65 (154.76 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.TypeTable+KeyPair`2[long,System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          64 (145.45 % of base) : System.Private.CoreLib.dasm - System.Threading.Tasks.ValueTask`1[System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          52 (144.44 % of base) : System.Reflection.Context.dasm - System.Reflection.Context.Projection.Projector:Project[System.Nullable`1[int]](System.Nullable`1[int],System.Func`2[System.Nullable`1[int],System.Nullable`1[int]]):System.Nullable`1[int]:this (FullOpts)
         168 (121.74 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.Nullable`1[int],System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          84 (118.31 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`1[System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          84 (113.51 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Nullable`1[int]]:GetHashCode(System.Nullable`1[int]):int:this (FullOpts)
          44 (110.00 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+<>c__DisplayClass34_0[System.__Canon,System.Nullable`1[int]]:<ContainsValue>b__0(System.Collections.Generic.SortedSet`1+Node[System.Collections.Generic.KeyValuePair`2[System.__Canon,System.Nullable`1[int]]]):bool:this (FullOpts)
          50 (108.70 % of base) : System.Linq.Parallel.dasm - System.Linq.Parallel.WrapperEqualityComparer`1[System.Nullable`1[int]]:GetHashCode(System.Linq.Parallel.Wrapper`1[System.Nullable`1[int]]):int:this (FullOpts)
          84 (101.20 % of base) : System.Private.CoreLib.dasm - System.HashCode:Add[System.Nullable`1[int]](System.Nullable`1[int]):this (FullOpts)
         110 (100.92 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Nullable`1[int]]:Equals(System.Nullable`1[int],System.Nullable`1[int]):bool:this (FullOpts)
          84 (94.38 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[int,System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          84 (92.31 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[byte,System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          84 (92.31 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[short,System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          63 (91.30 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.TypeTable+KeyPair`2[System.__Canon,System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          60 (90.91 % of base) : System.Linq.Parallel.dasm - System.Linq.Parallel.HashLookup`2[System.Nullable`1[int],System.Nullable`1[int]]:GetKeyHashCode(System.Nullable`1[int]):int:this (FullOpts)
          84 (89.36 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[long,System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
         168 (86.60 % of base) : System.Private.CoreLib.dasm - System.HashCode:Combine[System.Nullable`1[int],System.Nullable`1[int]](System.Nullable`1[int],System.Nullable`1[int]):int (FullOpts)
          87 (85.29 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
         126 (82.35 % of base) : System.Linq.Parallel.dasm - System.Linq.Parallel.HashLookup`2[System.Nullable`1[int],System.Nullable`1[int]]:AreKeysEqual(System.Nullable`1[int],System.Nullable`1[int]):bool:this (FullOpts)
          50 (81.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:TryRemove(System.Nullable`1[int],byref):bool:this (FullOpts)
         168 (80.00 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.Nullable`1[int],System.Nullable`1[int]]:System.IValueTupleInternal.ToStringEnd():System.String:this (FullOpts)
          67 (77.01 % of base) : System.Private.CoreLib.dasm - System.Threading.Tasks.Task`1[System.Nullable`1[int]]:get_DebuggerDisplayResultDescription():System.String:this (FullOpts)
          84 (74.34 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`1[System.Nullable`1[int]]:System.IValueTupleInternal.ToStringEnd():System.String:this (FullOpts)
          48 (73.85 % of base) : System.Linq.dasm - System.Linq.Enumerable+RepeatIterator`1[System.Nullable`1[int]]:ToArray():System.Nullable`1[int][]:this (FullOpts)
          55 (73.33 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.TypeTable+KeyPair`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
         131 (71.58 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:Remove(System.Nullable`1[int]):System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:this (FullOpts)
         131 (71.58 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.Immutable.IImmutableDictionary<TKey,TValue>.Remove(System.Nullable`1[int]):System.Collections.Immutable.IImmutableDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:this (FullOpts)
          58 (69.88 % of base) : System.Private.CoreLib.dasm - System.HashCode:Add[System.Nullable`1[int]](System.Nullable`1[int],System.Collections.Generic.IEqualityComparer`1[System.Nullable`1[int]]):this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[byte,System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[double,System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[int,System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[long,System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[short,System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[System.__Canon,System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
         100 (68.97 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:ContainsValue(System.Nullable`1[int]):bool:this (FullOpts)
          84 (68.29 % of base) : System.Private.CoreLib.dasm - System.HashCode:Combine[System.Nullable`1[int]](System.Nullable`1[int]):int (FullOpts)
          84 (68.29 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`1[System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
          65 (65.66 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.TypeTable+KeyPair`2[double,System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          48 (63.16 % of base) : System.Private.CoreLib.dasm - System.MemoryExtensions:ThrowNullLowHighInclusive[System.Nullable`1[int]](System.Nullable`1[int],System.Nullable`1[int]) (FullOpts)
         234 (60.47 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Nullable`1[int]]:LastIndexOf(System.Nullable`1[int][],System.Nullable`1[int],int,int):int:this (FullOpts)
          84 (59.57 % of base) : System.Private.CoreLib.dasm - System.HashCode:Combine[int,System.Nullable`1[int]](int,System.Nullable`1[int]):int (FullOpts)
          84 (59.57 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.__Canon,System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
          47 (59.49 % of base) : Microsoft.Extensions.DependencyModel.dasm - Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner:Add[System.Nullable`1[int]](System.Nullable`1[int],System.Collections.Generic.IEqualityComparer`1[System.Nullable`1[int]]):this (FullOpts)
          47 (59.49 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:GetValueRefOrNullRef(System.Nullable`1[int]):byref:this (FullOpts)
          47 (58.75 % of base) : System.ServiceModel.Syndication.dasm - System.ServiceModel.Syndication.SyndicationFeedFormatter:GetNonNullValue[System.Nullable`1[int]](System.Nullable`1[int],System.String):System.Nullable`1[int] (FullOpts)
          84 (58.33 % of base) : System.Private.CoreLib.dasm - System.HashCode:Combine[byte,System.Nullable`1[int]](byte,System.Nullable`1[int]):int (FullOpts)
          84 (58.33 % of base) : System.Private.CoreLib.dasm - System.HashCode:Combine[short,System.Nullable`1[int]](short,System.Nullable`1[int]):int (FullOpts)
          84 (57.53 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[double,System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
         168 (57.14 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.Nullable`1[int],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
          78 (56.93 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:get_Item(System.Nullable`1[int]):System.Nullable`1[int]:this (FullOpts)
          53 (56.38 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:ContainsKey(System.Nullable`1[int]):bool:this (FullOpts)
          53 (56.38 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:ValueRef(System.Nullable`1[int]):byref:this (FullOpts)
          53 (56.38 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2+Builder[System.Nullable`1[int],System.Nullable`1[int]]:ValueRef(System.Nullable`1[int]):byref:this (FullOpts)
          84 (56.38 % of base) : System.Private.CoreLib.dasm - System.HashCode:Combine[long,System.Nullable`1[int]](long,System.Nullable`1[int]):int (FullOpts)
         217 (56.07 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Nullable`1[int]]:IndexOf(System.Nullable`1[int][],System.Nullable`1[int],int,int):int:this (FullOpts)
          93 (55.69 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:get_Item(System.Nullable`1[int]):System.Nullable`1[int]:this (FullOpts)
          84 (54.90 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[int,System.Nullable`1[int]]:System.IValueTupleInternal.ToStringEnd():System.String:this (FullOpts)
          84 (54.55 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[long,System.Nullable`1[int]]:System.IValueTupleInternal.ToStringEnd():System.String:this (FullOpts)
          84 (54.19 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[byte,System.Nullable`1[int]]:System.IValueTupleInternal.ToStringEnd():System.String:this (FullOpts)
          84 (54.19 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[short,System.Nullable`1[int]]:System.IValueTupleInternal.ToStringEnd():System.String:this (FullOpts)
          46 (54.12 % of base) : System.Text.Json.dasm - System.Text.Json.Serialization.Converters.JsonPrimitiveConverter`1[System.Nullable`1[int]]:WriteAsPropertyName(System.Text.Json.Utf8JsonWriter,System.Nullable`1[int],System.Text.Json.JsonSerializerOptions):this (FullOpts)
          84 (53.85 % of base) : System.Private.CoreLib.dasm - System.HashCode:Combine[System.Numerics.Vector`1[float],System.Nullable`1[int]](System.Numerics.Vector`1[float],System.Nullable`1[int]):int (FullOpts)
          71 (53.79 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:get_Item(System.Nullable`1[int]):System.Nullable`1[int]:this (FullOpts)
         107 (53.77 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]):bool:this (FullOpts)
          35 (53.03 % of base) : System.Linq.dasm - System.Linq.Lookup`2[System.Nullable`1[int],System.Nullable`1[int]]:InternalGetHashCode(System.Nullable`1[int]):int:this (FullOpts)
          73 (52.90 % of base) : System.Text.Json.dasm - System.Text.Json.Serialization.ConfigurationList`1[System.Nullable`1[int]]:Insert(int,System.Nullable`1[int]):this (FullOpts)
          39 (52.00 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.SecurePooledObject`1[System.Nullable`1[int]]:.ctor(System.Nullable`1[int]):this (FullOpts)
          50 (50.00 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:TryGetKey(System.Nullable`1[int],byref):bool:this (FullOpts)
          50 (50.00 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:TryGetValue(System.Nullable`1[int],byref):bool:this (FullOpts)
          50 (50.00 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2+Builder[System.Nullable`1[int],System.Nullable`1[int]]:TryGetKey(System.Nullable`1[int],byref):bool:this (FullOpts)
          47 (49.47 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:ContainsKey(System.Nullable`1[int]):bool:this (FullOpts)
          86 (48.86 % of base) : System.Collections.dasm - System.Collections.Generic.LinkedList`1[System.Nullable`1[int]]:Find(System.Nullable`1[int]):System.Collections.Generic.LinkedListNode`1[System.Nullable`1[int]]:this (FullOpts)
          47 (47.96 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:TryGetKey(System.Nullable`1[int],byref):bool:this (FullOpts)
          47 (47.96 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:TryGetValue(System.Nullable`1[int],byref):bool:this (FullOpts)
         112 (47.86 % of base) : System.Private.CoreLib.dasm - System.Text.StringBuilder:AppendJoinCore[System.Nullable`1[int]](byref,int,System.ReadOnlySpan`1[System.Nullable`1[int]]):System.Text.StringBuilder:this (FullOpts)
          75 (47.77 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:TryGetValue(System.Nullable`1[int],byref):bool:this (FullOpts)
          78 (46.43 % of base) : System.Collections.dasm - System.Collections.Generic.SortedList`2[System.Nullable`1[int],System.Nullable`1[int]]:set_Item(System.Nullable`1[int],System.Nullable`1[int]):this (FullOpts)
          84 (46.41 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.IValueTupleInternal.ToStringEnd():System.String:this (FullOpts)
          84 (46.15 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[double,System.Nullable`1[int]]:System.IValueTupleInternal.ToStringEnd():System.String:this (FullOpts)
          84 (44.92 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2[long,System.Nullable`1[int]]:System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2[long,System.Nullable`1[int]]):bool:this (FullOpts)
          84 (44.92 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2[System.__Canon,System.Nullable`1[int]]:System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair`2[System.__Canon,System.Nullable`1[int]]):bool:this (FullOpts)

Top method improvements (percentages):
         -60 (-18.81 % of base) : System.Text.Json.dasm - System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1[System.Nullable`1[int]]:ReadJsonAsObject(byref,byref,byref):bool:this (FullOpts)
         -16 (-13.79 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventSource:GetOpcodeWithDefault(int,System.String):int (FullOpts)
         -32 (-12.40 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.BindingList`1[System.Nullable`1[int]]:AddNewCore():System.Object:this (FullOpts)
         -19 (-10.11 % of base) : System.Linq.Expressions.dasm - System.Dynamic.Utils.CacheDict`2[System.Nullable`1[int],System.Nullable`1[int]]:TryGetValue(System.Nullable`1[int],byref):bool:this (FullOpts)
          -6 (-8.70 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[System.__Canon,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
         -11 (-8.66 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[System.__Canon,System.Nullable`1[int]](System.Object):System.Object (FullOpts)
         -13 (-8.61 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2+Builder[int,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
         -28 (-8.59 % of base) : Microsoft.Extensions.Logging.Configuration.dasm - Microsoft.Extensions.Configuration.Binder.SourceGeneration.<BindingExtensions_g>F36F291D42D9CE2439E1968EC783BE64F61F406B865E6E90EFD25BBD78AB9E1D0__BindingExtensions:GetValue[System.Nullable`1[int]](Microsoft.Extensions.Configuration.IConfiguration,System.String,System.Nullable`1[int]):System.Nullable`1[int] (FullOpts)
         -13 (-8.50 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2+Builder[int,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
         -57 (-7.79 % of base) : System.IO.Ports.dasm - System.IO.Ports.SerialPort:GetPortNames_FreeBSD():System.String[] (FullOpts)
          -8 (-7.69 % of base) : System.IO.Packaging.dasm - System.IO.Packaging.ZipPackage:IsZipItemValidOpcPartOrPiece(System.String):bool (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetKey[System.Nullable`1[int],System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[byte,System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[double,System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[int,System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[long,System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[short,System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[System.Nullable`1[int],System.Nullable`1[int]](System.Object):System.Object (FullOpts)
          -7 (-7.07 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.ReflectionReader:ObjectToKeyValuePairGetValue[System.Numerics.Vector`1[float],System.Nullable`1[int]](System.Object):System.Object (FullOpts)
         -17 (-7.00 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -9 (-6.29 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Key():System.Object:this (FullOpts)
          -9 (-6.29 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+KeyCollection+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[byte,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[double,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[int,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[long,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[short,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[System.__Canon,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[byte,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[double,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[int,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[long,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[short,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[System.__Canon,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-6.25 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+ValueCollection+Enumerator[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -8 (-6.20 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -6 (-5.88 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[int,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -6 (-5.88 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[long,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -6 (-5.83 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[byte,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -6 (-5.77 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[short,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -7 (-5.22 % of base) : System.Linq.Expressions.dasm - System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1[System.Nullable`1[int]]:System.Collections.IList.get_Item(int):System.Object:this (FullOpts)
         -18 (-4.74 % of base) : System.Private.Xml.dasm - System.Xml.Serialization.CodeIdentifier:EscapeKeywords(System.String,System.Text.StringBuilder) (FullOpts)
         -16 (-4.57 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
         -16 (-4.57 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2+Builder[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -5 (-4.42 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[double,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -6 (-4.29 % of base) : System.Private.CoreLib.dasm - System.Tuple`2[System.Nullable`1[int],System.Nullable`1[int]]:System.Runtime.CompilerServices.ITuple.get_Item(int):System.Object:this (FullOpts)
          -9 (-4.23 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -6 (-4.08 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[int,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -6 (-4.05 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[long,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -6 (-4.03 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[byte,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -6 (-4.03 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[double,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -6 (-4.03 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[short,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -9 (-3.98 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[System.__Canon,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -3 (-3.90 % of base) : System.Text.Json.dasm - System.Text.Json.Nodes.JsonValue`1[System.Nullable`1[int]]:TryGetValue[int](byref):bool:this (FullOpts)
          -8 (-3.81 % of base) : System.Net.Http.dasm - System.Net.Http.Headers.HttpContentHeaders:set_ContentLength(System.Nullable`1[long]):this (FullOpts)
          -6 (-3.80 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
         -20 (-3.62 % of base) : System.Linq.Expressions.dasm - System.Linq.Expressions.ExpressionVisitor:Visit[System.Nullable`1[int]](System.Collections.ObjectModel.ReadOnlyCollection`1[System.Nullable`1[int]],System.Func`2[System.Nullable`1[int],System.Nullable`1[int]]):System.Collections.ObjectModel.ReadOnlyCollection`1[System.Nullable`1[int]] (FullOpts)
          -3 (-3.61 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[byte,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -3 (-3.61 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[double,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -3 (-3.61 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[int,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -3 (-3.61 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[long,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -3 (-3.61 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[short,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -3 (-3.61 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[System.__Canon,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -3 (-3.61 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Key():System.Object:this (FullOpts)
          -3 (-3.61 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -3 (-3.61 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -8 (-3.60 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[System.__Canon,System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -6 (-3.51 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[System.__Canon,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -4 (-3.45 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -8 (-3.31 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.DebugProvider:Write(System.String):this (FullOpts)
          -9 (-3.25 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -9 (-3.25 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableDictionary`2+Builder[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
         -20 (-3.13 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ActivityTracker:NormalizeActivityName(System.String,System.String,int):System.String (FullOpts)
          -6 (-2.91 % of base) : Microsoft.Extensions.Caching.Memory.dasm - Microsoft.Extensions.Caching.Memory.CacheEntry:Microsoft.Extensions.Caching.Memory.ICacheEntry.set_Size(System.Nullable`1[long]):this (FullOpts)
          -6 (-2.91 % of base) : Microsoft.Extensions.Caching.Memory.dasm - Microsoft.Extensions.Caching.Memory.MemoryCacheOptions:set_SizeLimit(System.Nullable`1[long]):this (FullOpts)
         -10 (-2.86 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -7 (-2.82 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2[System.__Canon,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -7 (-2.67 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.Dictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -3 (-2.63 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -6 (-2.56 % of base) : System.Collections.dasm - System.Collections.Generic.SortedDictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Entry():System.Collections.DictionaryEntry:this (FullOpts)
          -4 (-2.29 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2[int,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -4 (-2.27 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2[long,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -4 (-2.26 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2[byte,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -4 (-2.26 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2[double,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -4 (-2.26 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2[short,System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
         -25 (-2.23 % of base) : System.Collections.Immutable.dasm - System.Collections.Immutable.ImmutableSortedDictionary`2+Node[System.Nullable`1[int],System.Nullable`1[int]]:CopyTo(System.Array,int,int):this (FullOpts)
          -2 (-2.17 % of base) : System.Private.CoreLib.dasm - System.SZGenericArrayEnumerator`1[System.Nullable`1[int]]:System.Collections.IEnumerator.get_Current():System.Object:this (FullOpts)
          -9 (-2.12 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2[int,System.Nullable`1[int]]:System.Collections.IDictionary.Add(System.Object,System.Object):this (FullOpts)
          -4 (-1.92 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -1 (-1.92 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[System.Nullable`1[int],System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Key():System.Object:this (FullOpts)
          -3 (-1.90 % of base) : System.Collections.Immutable.dasm - System.Collections.Frozen.FrozenDictionary`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:System.Collections.IDictionary.get_Item(System.Object):System.Object:this (FullOpts)
          -1 (-1.89 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[byte,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -1 (-1.89 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[double,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -1 (-1.89 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[int,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -1 (-1.89 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[long,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -1 (-1.89 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[short,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)
          -1 (-1.89 % of base) : System.Collections.dasm - System.Collections.Generic.OrderedDictionary`2+Enumerator[System.__Canon,System.Nullable`1[int]]:System.Collections.IDictionaryEnumerator.get_Value():System.Object:this (FullOpts)

1392 total methods with Code Size differences (186 improved, 1206 regressed), 281774 unchanged.

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

Artifacts:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions