Skip to content

[JitDiff X64] [EgorBo] Don't give up on folding obj.GetType if obj can be null #1978

@MihuBot

Description

@MihuBot

Job completed in 1 minute 50 seconds (remote runner delay: 0 seconds).
dotnet/runtime#129371

Main commit: dotnet/runtime@9405cac
PR commit: EgorBo/runtime-1@af2d871

Diffs

Diffs
Found 109 files with textual diffs.

Summary of Code Size diffs:
(Lower is better)

Total bytes of base: 46537114
Total bytes of diff: 46534697
Total bytes of delta: -2417 (-0.01 % of base)
Total relative delta: -1.24
    diff is an improvement.
    relative diff is an improvement.


Top file regressions (bytes):
          12 : Microsoft.Extensions.Logging.EventSource.dasm (0.04 % of base)

Top file improvements (bytes):
        -579 : System.Data.Common.dasm (-0.03 % of base)
        -445 : System.Private.CoreLib.dasm (-0.01 % of base)
        -290 : System.Private.Xml.dasm (-0.01 % of base)
        -162 : System.Net.Http.dasm (-0.02 % of base)
        -119 : System.ComponentModel.TypeConverter.dasm (-0.04 % of base)
        -104 : System.Security.Permissions.dasm (-0.58 % of base)
         -98 : System.Net.WebSockets.dasm (-0.06 % of base)
         -62 : System.Net.Sockets.dasm (-0.02 % of base)
         -58 : System.Net.Requests.dasm (-0.04 % of base)
         -55 : System.Configuration.ConfigurationManager.dasm (-0.01 % of base)
         -54 : ILCompiler.Reflection.ReadyToRun.dasm (-0.02 % of base)
         -51 : System.IO.Compression.dasm (-0.02 % of base)
         -51 : System.Net.Quic.dasm (-0.03 % of base)
         -40 : System.Text.Json.dasm (-0.00 % of base)
         -39 : System.Text.RegularExpressions.dasm (-0.00 % of base)
         -36 : System.Private.DataContractSerialization.dasm (-0.00 % of base)
         -33 : System.Net.HttpListener.dasm (-0.03 % of base)
         -30 : System.IO.Ports.dasm (-0.06 % of base)
         -28 : System.ComponentModel.Primitives.dasm (-0.16 % of base)
         -24 : System.Private.Uri.dasm (-0.02 % of base)
         -16 : System.Net.WebSockets.Client.dasm (-0.07 % of base)
         -14 : System.Net.Security.dasm (-0.01 % of base)
         -12 : System.Threading.RateLimiting.dasm (-0.01 % of base)
         -11 : System.Collections.Specialized.dasm (-0.04 % of base)
         -10 : System.Data.Odbc.dasm (-0.00 % of base)
          -8 : Microsoft.Extensions.DependencyInjection.dasm (-0.01 % of base)

27 total files with Code Size differences (26 improved, 1 regressed), 233 unchanged.

Top method regressions (bytes):
           8 (2.10 % of base) : Microsoft.Extensions.DependencyInjection.dasm - Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:.ctor():this (FullOpts)
           8 (2.28 % of base) : Microsoft.Extensions.Logging.EventSource.dasm - Microsoft.Extensions.Logging.EventSource.LoggingEventSource:.ctor():this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ByteEqualityComparer:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[byte]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[double]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[int]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[long]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[short]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[byte]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[double]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[int]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[long]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[short]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[byte]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[double]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[int]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[long]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[short]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[byte]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[double]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[int]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[long]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[short]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[byte]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[double]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[int]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[long]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[short]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[byte]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[double]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[int]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[long]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[short]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.StringEqualityComparer:GetHashCode():int:this (FullOpts)
           4 (0.86 % of base) : Microsoft.Extensions.DependencyInjection.dasm - Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:.cctor() (FullOpts)
           4 (0.92 % of base) : Microsoft.Extensions.Logging.EventSource.dasm - Microsoft.Extensions.Logging.EventSource.LoggingEventSource:.cctor() (FullOpts)

Top method improvements (bytes):
        -269 (-3.30 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeTableSchema(System.Runtime.Serialization.SerializationInfo,bool):this (FullOpts)
        -110 (-3.82 % of base) : System.Private.CoreLib.dasm - System.TimeZoneInfo:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -75 (-2.76 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeTableData(System.Runtime.Serialization.SerializationInfo,int):this (FullOpts)
         -62 (-1.57 % of base) : System.Net.Http.dasm - System.Net.Http.Http3Connection:ProcessServerStreamAsync(System.Net.Quic.QuicStream):this (FullOpts)
         -61 (-2.11 % of base) : System.Data.Common.dasm - System.Data.DataSet:SerializeDataSet(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,int):this (FullOpts)
         -60 (-2.28 % of base) : System.Data.Common.dasm - System.Data.DataSet:SerializeDataSetProperties(System.Runtime.Serialization.SerializationInfo):this (FullOpts)
         -60 (-4.93 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Contracts.ContractException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -60 (-2.79 % of base) : System.Private.Xml.dasm - System.Xml.Schema.XmlSchemaException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -60 (-2.79 % of base) : System.Private.Xml.dasm - System.Xml.XmlException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -60 (-2.79 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.XsltException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -56 (-2.96 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeDataTable(System.Runtime.Serialization.SerializationInfo,bool,int):this (FullOpts)
         -54 (-5.93 % of base) : ILCompiler.Reflection.ReadyToRun.dasm - ILCompiler.Reflection.ReadyToRun.ReadyToRunReader+DecodedMethodSignature:PrintMembers(System.Text.StringBuilder):bool:this (FullOpts)
         -47 (-2.60 % of base) : System.Private.CoreLib.dasm - System.TimeZoneInfo+AdjustmentRule:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -45 (-1.65 % of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.MarshalAsAttribute):this (FullOpts)
         -43 (-11.47 % of base) : System.Net.WebSockets.dasm - System.Net.WebSockets.ManagedWebSocket:CreateOperationCanceledException(System.Exception,System.Threading.CancellationToken):System.OperationCanceledException (FullOpts)
         -41 (-2.30 % of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.DllImportAttribute):this (FullOpts)
         -40 (-3.61 % of base) : System.Text.Json.dasm - System.Text.Json.ThrowHelper:ReThrowWithPath(byref,System.Text.Json.JsonReaderException) (FullOpts)
         -39 (-3.19 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexMatchTimeoutException:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -38 (-6.57 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.Xslt.QilGenerator:CompileNodeSetExpression(System.String):System.Xml.Xsl.Qil.QilNode:this (FullOpts)
         -35 (-1.36 % of base) : System.Configuration.ConfigurationManager.dasm - System.Configuration.ConfigurationErrorsException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -35 (-8.56 % of base) : System.Private.CoreLib.dasm - System.Runtime.CompilerServices.SwitchExpressionException:get_Message():System.String:this (FullOpts)
         -34 (-7.42 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.DebugProvider:FailCore(System.String,System.String,System.String,System.String) (FullOpts)
         -34 (-7.74 % of base) : System.Net.Sockets.dasm - System.Net.Sockets.Socket:GetException(int,bool):System.Exception (FullOpts)
         -33 (-13.36 % of base) : System.Net.Http.dasm - System.Net.Http.CancellationHelper:.cctor() (FullOpts)
         -32 (-24.24 % of base) : System.Private.CoreLib.dasm - System.Reflection.AssemblyName:ToString():System.String:this (FullOpts)
         -31 (-3.15 % of base) : System.Private.CoreLib.dasm - System.CultureAwareComparer:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -31 (-2.55 % of base) : System.IO.Compression.dasm - System.IO.Compression.ZLibException:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -30 (-3.08 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.WarningException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -30 (-11.63 % of base) : System.IO.Ports.dasm - System.IO.Ports.InternalResources:GetMessage(int):System.String (FullOpts)
         -30 (-0.79 % of base) : System.Net.Http.dasm - System.Net.Http.RedirectHandler:SendAsync(System.Net.Http.HttpRequestMessage,bool,System.Threading.CancellationToken):System.Net.Http.HttpResponseMessage:this (FullOpts)
         -30 (-1.11 % of base) : System.Net.Requests.dasm - System.Net.HttpWebRequest:SendRequest(bool,System.Net.Http.HttpContent):System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]:this (FullOpts)
         -30 (-2.68 % of base) : System.Net.Quic.dasm - System.Net.Quic.MsQuicConfiguration:Create(System.Net.Quic.QuicClientConnectionOptions):System.Net.Quic.MsQuicConfigurationSafeHandle (FullOpts)
         -30 (-0.90 % of base) : System.Net.WebSockets.dasm - System.Net.WebSockets.ManagedWebSocket:CloseAsyncPrivate(int,System.String,System.Threading.CancellationToken):this (FullOpts)
         -30 (-2.51 % of base) : System.Private.Xml.dasm - System.Xml.XPath.XPathException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -24 (-2.04 % of base) : System.Private.Uri.dasm - System.Uri:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -21 (-3.68 % of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.FieldOffsetAttribute):this (FullOpts)
         -20 (-3.85 % of base) : System.Private.CoreLib.dasm - System.Collections.Comparer:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -20 (-2.72 % of base) : System.Configuration.ConfigurationManager.dasm - System.Configuration.ConfigurationException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -18 (-0.61 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.Json.JsonFormatWriterGenerator+CriticalHelper:WriteMembers(System.Runtime.Serialization.DataContracts.ClassDataContract,System.Reflection.Emit.LocalBuilder,System.Runtime.Serialization.DataContracts.ClassDataContract):int:this (FullOpts)
         -18 (-0.64 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.XmlFormatWriterGenerator+CriticalHelper:WriteMembers(System.Runtime.Serialization.DataContracts.ClassDataContract,System.Reflection.Emit.LocalBuilder,System.Runtime.Serialization.DataContracts.ClassDataContract):int:this (FullOpts)
         -15 (-0.72 % of base) : Microsoft.Extensions.DependencyInjection.dasm - Microsoft.Extensions.DependencyInjection.ServiceProvider:.ctor(System.Collections.Generic.ICollection`1[Microsoft.Extensions.DependencyInjection.ServiceDescriptor],Microsoft.Extensions.DependencyInjection.ServiceProviderOptions):this (FullOpts)
         -14 (-1.85 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ReflectPropertyDescriptor:ExtenderShouldSerializeValue(System.ComponentModel.IExtenderProvider,System.Object):bool:this (FullOpts)
         -14 (-0.62 % of base) : System.Net.Requests.dasm - System.Net.FtpWebRequest:AsyncRequestCallback(System.Object):this (FullOpts)
         -14 (-0.69 % of base) : System.Net.Http.dasm - System.Net.Http.RedirectHandler:GetUriForRedirect(System.Uri,System.Net.Http.HttpResponseMessage):System.Uri:this (FullOpts)
         -14 (-3.78 % of base) : System.Net.Security.dasm - System.Net.InternalException:get_Message():System.String:this (FullOpts)
         -14 (-3.78 % of base) : System.Net.Sockets.dasm - System.Net.InternalException:get_Message():System.String:this (FullOpts)
         -14 (-3.78 % of base) : System.Net.Requests.dasm - System.Net.InternalException:get_Message():System.String:this (FullOpts)
         -12 (-6.35 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.LicenseProviderAttribute:get_TypeId():System.Object:this (FullOpts)
         -12 (-1.09 % of base) : System.Net.HttpListener.dasm - System.Net.HttpListenerRequest:ParseCookies(System.Uri,System.String):System.Net.CookieCollection:this (FullOpts)
         -12 (-5.88 % of base) : System.Threading.RateLimiting.dasm - System.Threading.RateLimiting.TimerAwaitable:Stop():this (FullOpts)
         -11 (-1.35 % of base) : System.Private.CoreLib.dasm - System.Collections.BitArray:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -11 (-1.04 % of base) : System.Collections.Specialized.dasm - System.Collections.Specialized.OrderedDictionary:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -11 (-0.77 % of base) : System.Data.Common.dasm - System.Data.DataSet:SerializeRelations(System.Runtime.Serialization.SerializationInfo):this (FullOpts)
         -11 (-0.40 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeConstraints(System.Runtime.Serialization.SerializationInfo,int,bool):this (FullOpts)
         -11 (-1.97 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeExpressionColumns(System.Runtime.Serialization.SerializationInfo,int):this (FullOpts)
         -11 (-2.51 % of base) : System.Net.Http.dasm - System.Net.Http.SocketsHttpHandler:Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Net.Http.HttpResponseMessage:this (FullOpts)
         -11 (-1.39 % of base) : System.Net.HttpListener.dasm - System.Net.ServiceNameStore:Add(System.String):bool:this (FullOpts)
         -11 (-2.06 % of base) : System.Net.WebSockets.dasm - System.Net.WebSockets.WebSocketException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -11 (-0.88 % of base) : System.Private.CoreLib.dasm - System.Text.StringBuilder:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -11 (-0.74 % of base) : System.Private.CoreLib.dasm - System.TimeZoneInfo+TransitionTime:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -11 (-1.11 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.XPath.XPathCompileException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -10 (-9.52 % of base) : System.Data.Odbc.dasm - System.Data.Odbc.OdbcDataReader:get_Buffer():System.Data.Odbc.CNativeBuffer:this (FullOpts)
         -10 (-0.76 % of base) : System.Net.HttpListener.dasm - System.Net.HttpListenerResponse:ComputeCookies():this (FullOpts)
         -10 (-6.45 % of base) : System.Private.Xml.dasm - System.Xml.XmlReaderSettings:CheckReadOnly(System.String):this (FullOpts)
         -10 (-6.45 % of base) : System.Private.Xml.dasm - System.Xml.XmlWriterSettings:CheckReadOnly(System.String):this (FullOpts)
          -9 (-34.62 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter+OptionPropertyDescriptor:get_ComponentType():System.Type:this (FullOpts)
          -9 (-34.62 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter+OptionPropertyDescriptor:get_PropertyType():System.Type:this (FullOpts)
          -9 (-0.42 % of base) : System.Data.Common.dasm - System.Data.XmlTreeGen:AddXdoProperty(System.ComponentModel.PropertyDescriptor,System.Object,System.Xml.XmlElement):this (FullOpts)
          -9 (-1.43 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:BeginRead(byte[],int,int,System.AsyncCallback,System.Object):System.IAsyncResult:this (FullOpts)
          -9 (-1.54 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:BeginWrite(byte[],int,int,System.AsyncCallback,System.Object):System.IAsyncResult:this (FullOpts)
          -9 (-7.26 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:Flush():this (FullOpts)
          -9 (-7.20 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:FlushAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task:this (FullOpts)
          -9 (-1.42 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:Read(System.Span`1[byte]):int:this (FullOpts)
          -9 (-3.46 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:ReadAsync(System.Memory`1[byte],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[int]:this (FullOpts)
          -9 (-1.19 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:Write(System.ReadOnlySpan`1[byte]):this (FullOpts)
          -9 (-3.08 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:WriteAsync(System.ReadOnlyMemory`1[byte],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask:this (FullOpts)
          -8 (-5.37 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ReflectPropertyDescriptor:AttributesContainsDesignerVisibilityContent():bool:this (FullOpts)
          -8 (-1.29 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ReflectPropertyDescriptor:ShouldSerializeValue(System.Object):bool:this (FullOpts)
          -8 (-5.52 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.TypeConverter+SimplePropertyDescriptor:get_IsReadOnly():bool:this (FullOpts)
          -8 (-4.17 % of base) : System.Data.Common.dasm - System.Data.TypeLimiter+Scope:Dispose():this (FullOpts)
          -8 (-5.52 % of base) : System.Data.Common.dasm - System.Data.XmlTreeGen:ContainsDesignerSerializationVisibleAttribute(System.ComponentModel.PropertyDescriptor):bool (FullOpts)
          -8 (-1.52 % of base) : System.Net.WebSockets.Client.dasm - System.Net.WebSockets.ClientWebSocket:ConnectAsync(System.Uri,System.Net.Http.HttpMessageInvoker,System.Threading.CancellationToken):System.Threading.Tasks.Task:this (FullOpts)
          -8 (-1.08 % of base) : System.Net.WebSockets.Client.dasm - System.Net.WebSockets.ClientWebSocket:ConnectAsyncCore(System.Uri,System.Net.Http.HttpMessageInvoker,System.Threading.CancellationToken):this (FullOpts)
          -8 (-0.84 % of base) : System.Security.Permissions.dasm - System.Security.Permissions.PrincipalPermission:Intersect(System.Security.IPermission):System.Security.IPermission:this (FullOpts)
          -8 (-1.63 % of base) : System.Security.Permissions.dasm - System.Security.Permissions.PrincipalPermission:IsSubsetOf(System.Security.IPermission):bool:this (FullOpts)
          -8 (-1.85 % of base) : System.Security.Permissions.dasm - System.Security.Permissions.PrincipalPermission:Union(System.Security.IPermission):System.Security.IPermission:this (FullOpts)
          -8 (-3.21 % of base) : System.Private.CoreLib.dasm - System.Threading.Tasks.ConcurrentExclusiveSchedulerPair+ConcurrentExclusiveTaskScheduler:QueueTask(System.Threading.Tasks.Task):this (FullOpts)
          -7 (-2.03 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.Design.Serialization.DesignerSerializerAttribute:get_TypeId():System.Object:this (FullOpts)
          -7 (-2.43 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute:get_TypeId():System.Object:this (FullOpts)
          -7 (-2.03 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.DesignerAttribute:get_TypeId():System.Object:this (FullOpts)
          -7 (-4.46 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.DesignerCategoryAttribute:get_TypeId():System.Object:this (FullOpts)
          -7 (-2.03 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.EditorAttribute:get_TypeId():System.Object:this (FullOpts)
          -7 (-4.46 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ProvidePropertyAttribute:get_TypeId():System.Object:this (FullOpts)
          -7 (-3.72 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ToolboxItemFilterAttribute:get_TypeId():System.Object:this (FullOpts)
          -7 (-4.40 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Contracts.ContractException:get_Failure():System.String:this (FullOpts)
          -7 (-0.34 % of base) : System.Net.Quic.dasm - System.Net.Quic.QuicConnection:DisposeAsync():this (FullOpts)
          -7 (-1.27 % of base) : System.Net.Quic.dasm - System.Net.Quic.QuicConnection:HandleEventShutdownComplete():int:this (FullOpts)
          -7 (-0.53 % of base) : System.Net.Quic.dasm - System.Net.Quic.QuicListener:DisposeAsync():this (FullOpts)
          -7 (-0.73 % of base) : System.Net.Sockets.dasm - System.Net.Sockets.SafeSocketHandle:GetTrackedSocketOptions(System.Span`1[int],byref):this (FullOpts)
          -7 (-0.81 % of base) : System.Net.Sockets.dasm - System.Net.Sockets.SafeSocketHandle:SetTrackedSocketOptions(System.ReadOnlySpan`1[int],System.Net.Sockets.LingerOption):this (FullOpts)

Top method regressions (percentages):
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ByteEqualityComparer:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[byte]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[double]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[int]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[long]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[short]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[byte]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[double]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[int]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[long]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[short]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[byte]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[double]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[int]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[long]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[short]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[byte]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[double]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[int]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[long]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[short]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[byte]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[double]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[int]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[long]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[short]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[byte]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[double]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[int]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[long]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[short]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
           5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.StringEqualityComparer:GetHashCode():int:this (FullOpts)
           8 (2.28 % of base) : Microsoft.Extensions.Logging.EventSource.dasm - Microsoft.Extensions.Logging.EventSource.LoggingEventSource:.ctor():this (FullOpts)
           8 (2.10 % of base) : Microsoft.Extensions.DependencyInjection.dasm - Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:.ctor():this (FullOpts)
           4 (0.92 % of base) : Microsoft.Extensions.Logging.EventSource.dasm - Microsoft.Extensions.Logging.EventSource.LoggingEventSource:.cctor() (FullOpts)
           4 (0.86 % of base) : Microsoft.Extensions.DependencyInjection.dasm - Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:.cctor() (FullOpts)

Top method improvements (percentages):
          -9 (-34.62 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter+OptionPropertyDescriptor:get_ComponentType():System.Type:this (FullOpts)
          -9 (-34.62 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter+OptionPropertyDescriptor:get_PropertyType():System.Type:this (FullOpts)
         -32 (-24.24 % of base) : System.Private.CoreLib.dasm - System.Reflection.AssemblyName:ToString():System.String:this (FullOpts)
         -33 (-13.36 % of base) : System.Net.Http.dasm - System.Net.Http.CancellationHelper:.cctor() (FullOpts)
         -30 (-11.63 % of base) : System.IO.Ports.dasm - System.IO.Ports.InternalResources:GetMessage(int):System.String (FullOpts)
         -43 (-11.47 % of base) : System.Net.WebSockets.dasm - System.Net.WebSockets.ManagedWebSocket:CreateOperationCanceledException(System.Exception,System.Threading.CancellationToken):System.OperationCanceledException (FullOpts)
         -10 (-9.52 % of base) : System.Data.Odbc.dasm - System.Data.Odbc.OdbcDataReader:get_Buffer():System.Data.Odbc.CNativeBuffer:this (FullOpts)
         -35 (-8.56 % of base) : System.Private.CoreLib.dasm - System.Runtime.CompilerServices.SwitchExpressionException:get_Message():System.String:this (FullOpts)
         -34 (-7.74 % of base) : System.Net.Sockets.dasm - System.Net.Sockets.Socket:GetException(int,bool):System.Exception (FullOpts)
         -34 (-7.42 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.DebugProvider:FailCore(System.String,System.String,System.String,System.String) (FullOpts)
          -9 (-7.26 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:Flush():this (FullOpts)
          -9 (-7.20 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:FlushAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task:this (FullOpts)
         -38 (-6.57 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.Xslt.QilGenerator:CompileNodeSetExpression(System.String):System.Xml.Xsl.Qil.QilNode:this (FullOpts)
         -10 (-6.45 % of base) : System.Private.Xml.dasm - System.Xml.XmlReaderSettings:CheckReadOnly(System.String):this (FullOpts)
         -10 (-6.45 % of base) : System.Private.Xml.dasm - System.Xml.XmlWriterSettings:CheckReadOnly(System.String):this (FullOpts)
         -12 (-6.35 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.LicenseProviderAttribute:get_TypeId():System.Object:this (FullOpts)
          -6 (-5.94 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:ThrowObjectDisposedException():this (FullOpts)
         -54 (-5.93 % of base) : ILCompiler.Reflection.ReadyToRun.dasm - ILCompiler.Reflection.ReadyToRun.ReadyToRunReader+DecodedMethodSignature:PrintMembers(System.Text.StringBuilder):bool:this (FullOpts)
         -12 (-5.88 % of base) : System.Threading.RateLimiting.dasm - System.Threading.RateLimiting.TimerAwaitable:Stop():this (FullOpts)
          -8 (-5.52 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.TypeConverter+SimplePropertyDescriptor:get_IsReadOnly():bool:this (FullOpts)
          -8 (-5.52 % of base) : System.Data.Common.dasm - System.Data.XmlTreeGen:ContainsDesignerSerializationVisibleAttribute(System.ComponentModel.PropertyDescriptor):bool (FullOpts)
          -6 (-5.45 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:ThrowIfDisposed():this (FullOpts)
          -8 (-5.37 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ReflectPropertyDescriptor:AttributesContainsDesignerVisibilityContent():bool:this (FullOpts)
         -60 (-4.93 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Contracts.ContractException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Permissions.StrongNamePublicKeyBlob:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.AllMembershipCondition:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.ApplicationDirectory:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.ApplicationDirectoryMembershipCondition:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.GacInstalled:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.GacMembershipCondition:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.Hash:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.HashMembershipCondition:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.PermissionRequestEvidence:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.Publisher:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.PublisherMembershipCondition:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.Site:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.SiteMembershipCondition:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.StrongName:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.StrongNameMembershipCondition:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.Url:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.UrlMembershipCondition:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.Zone:ToString():System.String:this (FullOpts)
          -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.ZoneMembershipCondition:ToString():System.String:this (FullOpts)
          -6 (-4.58 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:EnsurePreReadConditions():this (FullOpts)
          -6 (-4.58 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:EnsurePreWriteConditions():this (FullOpts)
          -5 (-4.55 % of base) : System.IO.Compression.dasm - System.IO.Compression.CheckSumAndSizeWriteStream:ThrowIfDisposed():this (FullOpts)
          -5 (-4.55 % of base) : System.IO.Compression.dasm - System.IO.Compression.CrcValidatingReadStream:ThrowIfDisposed():this (FullOpts)
          -5 (-4.55 % of base) : System.IO.Compression.dasm - System.IO.Compression.WrappedStream:ThrowIfDisposed():this (FullOpts)
          -5 (-4.55 % of base) : System.IO.Compression.dasm - System.IO.Compression.ZipArchiveEntry+DirectToArchiveWriterStream:ThrowIfDisposed():this (FullOpts)
          -7 (-4.46 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.DesignerCategoryAttribute:get_TypeId():System.Object:this (FullOpts)
          -7 (-4.46 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ProvidePropertyAttribute:get_TypeId():System.Object:this (FullOpts)
          -7 (-4.40 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Contracts.ContractException:get_Failure():System.String:this (FullOpts)
          -8 (-4.17 % of base) : System.Data.Common.dasm - System.Data.TypeLimiter+Scope:Dispose():this (FullOpts)
         -20 (-3.85 % of base) : System.Private.CoreLib.dasm - System.Collections.Comparer:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
        -110 (-3.82 % of base) : System.Private.CoreLib.dasm - System.TimeZoneInfo:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -14 (-3.78 % of base) : System.Net.Security.dasm - System.Net.InternalException:get_Message():System.String:this (FullOpts)
         -14 (-3.78 % of base) : System.Net.Sockets.dasm - System.Net.InternalException:get_Message():System.String:this (FullOpts)
         -14 (-3.78 % of base) : System.Net.Requests.dasm - System.Net.InternalException:get_Message():System.String:this (FullOpts)
          -7 (-3.72 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ToolboxItemFilterAttribute:get_TypeId():System.Object:this (FullOpts)
         -21 (-3.68 % of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.FieldOffsetAttribute):this (FullOpts)
          -3 (-3.61 % of base) : System.Private.Xml.dasm - System.Xml.Resolvers.XmlPreloadedResolver+XmlKnownDtdData:AsStream():System.IO.Stream:this (FullOpts)
         -40 (-3.61 % of base) : System.Text.Json.dasm - System.Text.Json.ThrowHelper:ReThrowWithPath(byref,System.Text.Json.JsonReaderException) (FullOpts)
          -9 (-3.46 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:ReadAsync(System.Memory`1[byte],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[int]:this (FullOpts)
        -269 (-3.30 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeTableSchema(System.Runtime.Serialization.SerializationInfo,bool):this (FullOpts)
          -8 (-3.21 % of base) : System.Private.CoreLib.dasm - System.Threading.Tasks.ConcurrentExclusiveSchedulerPair+ConcurrentExclusiveTaskScheduler:QueueTask(System.Threading.Tasks.Task):this (FullOpts)
         -39 (-3.19 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexMatchTimeoutException:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -31 (-3.15 % of base) : System.Private.CoreLib.dasm - System.CultureAwareComparer:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
          -9 (-3.08 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:WriteAsync(System.ReadOnlyMemory`1[byte],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask:this (FullOpts)
         -30 (-3.08 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.WarningException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
          -6 (-2.97 % of base) : System.Net.Http.dasm - System.Net.Http.RedirectHandler:Trace(System.String,int,System.String):this (FullOpts)
          -6 (-2.97 % of base) : System.Net.Http.dasm - System.Net.Http.RedirectHandler:TraceError(System.String,int,System.String):this (FullOpts)
         -56 (-2.96 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeDataTable(System.Runtime.Serialization.SerializationInfo,bool,int):this (FullOpts)
         -60 (-2.79 % of base) : System.Private.Xml.dasm - System.Xml.Schema.XmlSchemaException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -60 (-2.79 % of base) : System.Private.Xml.dasm - System.Xml.XmlException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -60 (-2.79 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.XsltException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -75 (-2.76 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeTableData(System.Runtime.Serialization.SerializationInfo,int):this (FullOpts)
         -20 (-2.72 % of base) : System.Configuration.ConfigurationManager.dasm - System.Configuration.ConfigurationException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -30 (-2.68 % of base) : System.Net.Quic.dasm - System.Net.Quic.MsQuicConfiguration:Create(System.Net.Quic.QuicClientConnectionOptions):System.Net.Quic.MsQuicConfigurationSafeHandle (FullOpts)
         -47 (-2.60 % of base) : System.Private.CoreLib.dasm - System.TimeZoneInfo+AdjustmentRule:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -31 (-2.55 % of base) : System.IO.Compression.dasm - System.IO.Compression.ZLibException:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
          -7 (-2.53 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.XPath.XPathCompileException:FormatDetailedMessage():System.String:this (FullOpts)
         -11 (-2.51 % of base) : System.Net.Http.dasm - System.Net.Http.SocketsHttpHandler:Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Net.Http.HttpResponseMessage:this (FullOpts)
         -30 (-2.51 % of base) : System.Private.Xml.dasm - System.Xml.XPath.XPathException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
          -7 (-2.43 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute:get_TypeId():System.Object:this (FullOpts)
         -41 (-2.30 % of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.DllImportAttribute):this (FullOpts)
         -60 (-2.28 % of base) : System.Data.Common.dasm - System.Data.DataSet:SerializeDataSetProperties(System.Runtime.Serialization.SerializationInfo):this (FullOpts)
         -61 (-2.11 % of base) : System.Data.Common.dasm - System.Data.DataSet:SerializeDataSet(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,int):this (FullOpts)
         -11 (-2.06 % of base) : System.Net.WebSockets.dasm - System.Net.WebSockets.WebSocketException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
         -24 (-2.04 % of base) : System.Private.Uri.dasm - System.Uri:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
          -7 (-2.03 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.Design.Serialization.DesignerSerializerAttribute:get_TypeId():System.Object:this (FullOpts)
          -7 (-2.03 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.DesignerAttribute:get_TypeId():System.Object:this (FullOpts)
          -7 (-2.03 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.EditorAttribute:get_TypeId():System.Object:this (FullOpts)
         -11 (-1.97 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeExpressionColumns(System.Runtime.Serialization.SerializationInfo,int):this (FullOpts)
          -8 (-1.85 % of base) : System.Security.Permissions.dasm - System.Security.Permissions.PrincipalPermission:Union(System.Security.IPermission):System.Security.IPermission:this (FullOpts)
         -14 (-1.85 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ReflectPropertyDescriptor:ExtenderShouldSerializeValue(System.ComponentModel.IExtenderProvider,System.Object):bool:this (FullOpts)
         -45 (-1.65 % of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.MarshalAsAttribute):this (FullOpts)
          -8 (-1.63 % of base) : System.Security.Permissions.dasm - System.Security.Permissions.PrincipalPermission:IsSubsetOf(System.Security.IPermission):bool:this (FullOpts)
         -62 (-1.57 % of base) : System.Net.Http.dasm - System.Net.Http.Http3Connection:ProcessServerStreamAsync(System.Net.Quic.QuicStream):this (FullOpts)
          -9 (-1.54 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:BeginWrite(byte[],int,int,System.AsyncCallback,System.Object):System.IAsyncResult:this (FullOpts)
          -8 (-1.52 % of base) : System.Net.WebSockets.Client.dasm - System.Net.WebSockets.ClientWebSocket:ConnectAsync(System.Uri,System.Net.Http.HttpMessageInvoker,System.Threading.CancellationToken):System.Threading.Tasks.Task:this (FullOpts)

182 total methods with Code Size differences (139 improved, 43 regressed), 288522 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