Skip to content

[JitDiff X64] [MichalPetryka] Non-PGO calli/delegate call transformation #781

Open
@MihuBot

Description

@MihuBot

Job completed in 21 minutes 33 seconds.
dotnet/runtime#109679

Diffs

Found 268 files with textual diffs.

Summary of Code Size diffs:
(Lower is better)

Total bytes of base: 39730858
Total bytes of diff: 39730322
Total bytes of delta: -536 (-0.00 % of base)
Total relative delta: 5.82
    diff is an improvement.
    relative diff is a regression.


Total byte diff includes -785 bytes from reconciling methods
	Base had    2 unique methods,      785 unique bytes
	Diff had    0 unique methods,        0 unique bytes

Top file regressions (bytes):
         200 : System.Resources.Extensions.dasm (0.40 % of base)
         111 : System.Runtime.Serialization.Formatters.dasm (0.55 % of base)
          95 : System.Reflection.MetadataLoadContext.dasm (0.04 % of base)

Top file improvements (bytes):
        -785 : Microsoft.Extensions.Http.dasm (-1.15 % of base)
        -116 : System.DirectoryServices.Protocols.dasm (-0.08 % of base)
         -22 : System.Security.Cryptography.dasm (-0.00 % of base)
         -11 : System.Data.Common.dasm (-0.00 % of base)
          -8 : System.Net.Mail.dasm (-0.00 % of base)

8 total files with Code Size differences (5 improved, 3 regressed), 251 unchanged.

Top method regressions (bytes):
         111 (264.29 % of base) : System.Resources.Extensions.dasm - System.Resources.Extensions.BinaryFormat.SerializationInfoExtensions:UpdateValue(System.Runtime.Serialization.SerializationInfo,System.String,System.Object,System.Type) (FullOpts)
         111 (264.29 % of base) : System.Runtime.Serialization.Formatters.dasm - System.Runtime.Serialization.SerializationInfoExtensions:UpdateValue(System.Runtime.Serialization.SerializationInfo,System.String,System.Object,System.Type) (FullOpts)
          89 (86.41 % of base) : System.Resources.Extensions.dasm - System.Resources.Extensions.BinaryFormat.Deserializer.SerializationInfoValueUpdater:UpdateValue(System.Collections.Generic.IDictionary`2[System.Formats.Nrbf.SerializationRecordId,System.Object]):this (FullOpts)
          54 (48.21 % of base) : System.Reflection.MetadataLoadContext.dasm - System.Reflection.TypeLoading.RoModule:GetUniqueArrayType(System.Reflection.TypeLoading.RoType):System.Reflection.TypeLoading.RoArrayType:this (FullOpts)
          41 (36.61 % of base) : System.Reflection.MetadataLoadContext.dasm - System.Reflection.TypeLoading.RoModule:GetUniqueByRefType(System.Reflection.TypeLoading.RoType):System.Reflection.TypeLoading.RoByRefType:this (FullOpts)

Top method improvements (bytes):
        -414 (-100.00 % of base) : Microsoft.Extensions.Http.dasm - Microsoft.Extensions.Http.Logging.LogHelper:LogRequestStart(Microsoft.Extensions.Logging.ILogger,System.Net.Http.HttpRequestMessage,System.Func`2[System.String,ubyte]) (FullOpts) (1 base, 0 diff methods)
        -371 (-100.00 % of base) : Microsoft.Extensions.Http.dasm - Microsoft.Extensions.Http.Logging.LogHelper:LogRequestPipelineStart(Microsoft.Extensions.Logging.ILogger,System.Net.Http.HttpRequestMessage,System.String,System.Func`2[System.String,ubyte]) (FullOpts) (1 base, 0 diff methods)
        -116 (-100.00 % of base) : System.DirectoryServices.Protocols.dasm - System.DirectoryServices.Protocols.LdapConnection:set_AuthType(int):this (FullOpts)
         -11 (-6.01 % of base) : System.Data.Common.dasm - System.Data.SqlTypes.SqlXml:CreateSqlXmlReader(System.IO.Stream,ubyte,ubyte):System.Xml.XmlReader (FullOpts)
         -10 (-3.51 % of base) : System.Security.Cryptography.dasm - System.Security.Cryptography.X509Certificates.OpenSslX509ChainProcessor:MapVerifyErrorToChainStatus(Interop+Crypto+X509VerifyStatusCode):int (FullOpts)
          -9 (-5.70 % of base) : System.Security.Cryptography.dasm - System.Security.Cryptography.XmlKeyHelper+ParseState+Functions:ParseDocument(System.String):System.Object (FullOpts)
          -8 (-0.86 % of base) : System.Net.Mail.dasm - System.Net.Mail.SmtpReplyReaderFactory+ReadLinesAsyncResult:Read():this (FullOpts)
          -3 (-1.82 % of base) : System.Security.Cryptography.dasm - System.Security.Cryptography.CryptoConfigForwarder:CreateFromName[System.__Canon](System.String):System.__Canon (FullOpts)

Top method regressions (percentages):
         111 (264.29 % of base) : System.Resources.Extensions.dasm - System.Resources.Extensions.BinaryFormat.SerializationInfoExtensions:UpdateValue(System.Runtime.Serialization.SerializationInfo,System.String,System.Object,System.Type) (FullOpts)
         111 (264.29 % of base) : System.Runtime.Serialization.Formatters.dasm - System.Runtime.Serialization.SerializationInfoExtensions:UpdateValue(System.Runtime.Serialization.SerializationInfo,System.String,System.Object,System.Type) (FullOpts)
          89 (86.41 % of base) : System.Resources.Extensions.dasm - System.Resources.Extensions.BinaryFormat.Deserializer.SerializationInfoValueUpdater:UpdateValue(System.Collections.Generic.IDictionary`2[System.Formats.Nrbf.SerializationRecordId,System.Object]):this (FullOpts)
          54 (48.21 % of base) : System.Reflection.MetadataLoadContext.dasm - System.Reflection.TypeLoading.RoModule:GetUniqueArrayType(System.Reflection.TypeLoading.RoType):System.Reflection.TypeLoading.RoArrayType:this (FullOpts)
          41 (36.61 % of base) : System.Reflection.MetadataLoadContext.dasm - System.Reflection.TypeLoading.RoModule:GetUniqueByRefType(System.Reflection.TypeLoading.RoType):System.Reflection.TypeLoading.RoByRefType:this (FullOpts)

Top method improvements (percentages):
        -371 (-100.00 % of base) : Microsoft.Extensions.Http.dasm - Microsoft.Extensions.Http.Logging.LogHelper:LogRequestPipelineStart(Microsoft.Extensions.Logging.ILogger,System.Net.Http.HttpRequestMessage,System.String,System.Func`2[System.String,ubyte]) (FullOpts) (1 base, 0 diff methods)
        -414 (-100.00 % of base) : Microsoft.Extensions.Http.dasm - Microsoft.Extensions.Http.Logging.LogHelper:LogRequestStart(Microsoft.Extensions.Logging.ILogger,System.Net.Http.HttpRequestMessage,System.Func`2[System.String,ubyte]) (FullOpts) (1 base, 0 diff methods)
        -116 (-100.00 % of base) : System.DirectoryServices.Protocols.dasm - System.DirectoryServices.Protocols.LdapConnection:set_AuthType(int):this (FullOpts)
         -11 (-6.01 % of base) : System.Data.Common.dasm - System.Data.SqlTypes.SqlXml:CreateSqlXmlReader(System.IO.Stream,ubyte,ubyte):System.Xml.XmlReader (FullOpts)
          -9 (-5.70 % of base) : System.Security.Cryptography.dasm - System.Security.Cryptography.XmlKeyHelper+ParseState+Functions:ParseDocument(System.String):System.Object (FullOpts)
         -10 (-3.51 % of base) : System.Security.Cryptography.dasm - System.Security.Cryptography.X509Certificates.OpenSslX509ChainProcessor:MapVerifyErrorToChainStatus(Interop+Crypto+X509VerifyStatusCode):int (FullOpts)
          -3 (-1.82 % of base) : System.Security.Cryptography.dasm - System.Security.Cryptography.CryptoConfigForwarder:CreateFromName[System.__Canon](System.String):System.__Canon (FullOpts)
          -8 (-0.86 % of base) : System.Net.Mail.dasm - System.Net.Mail.SmtpReplyReaderFactory+ReadLinesAsyncResult:Read():this (FullOpts)

13 total methods with Code Size differences (8 improved, 5 regressed), 232799 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