forked from MihaZupan/runtime-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Job completed in 18 minutes.
Diffs
Diffs
Found 293 files with textual diffs.
Summary of Code Size diffs:
(Lower is better)
Total bytes of base: 39250745
Total bytes of diff: 39241650
Total bytes of delta: -9095 (-0.02 % of base)
Total relative delta: -4.53
diff is an improvement.
relative diff is an improvement.
Total byte diff includes -6699 bytes from reconciling methods
Base had 21 unique methods, 6699 unique bytes
Diff had 0 unique methods, 0 unique bytes
Top file regressions (bytes):
428 : System.Text.RegularExpressions.dasm (0.06 % of base)
262 : System.Collections.dasm (0.06 % of base)
73 : System.Linq.Expressions.dasm (0.01 % of base)
48 : System.Data.Common.dasm (0.00 % of base)
26 : System.Diagnostics.Process.dasm (0.03 % of base)
25 : System.Text.Encoding.CodePages.dasm (0.03 % of base)
24 : System.Threading.RateLimiting.dasm (0.01 % of base)
17 : System.Data.Odbc.dasm (0.01 % of base)
16 : System.Resources.Extensions.dasm (0.03 % of base)
16 : System.Reflection.Metadata.dasm (0.00 % of base)
13 : System.Net.Security.dasm (0.01 % of base)
11 : System.ComponentModel.Composition.dasm (0.00 % of base)
9 : System.Formats.Nrbf.dasm (0.02 % of base)
9 : System.Configuration.ConfigurationManager.dasm (0.00 % of base)
9 : Microsoft.CSharp.dasm (0.00 % of base)
1 : Microsoft.Extensions.DependencyInjection.Abstractions.dasm (0.00 % of base)
Top file improvements (bytes):
-6796 : System.Linq.Parallel.dasm (-0.31 % of base)
-2078 : System.Private.Xml.dasm (-0.05 % of base)
-456 : System.Composition.TypedParts.dasm (-0.95 % of base)
-267 : System.Private.CoreLib.dasm (-0.00 % of base)
-152 : System.Linq.Queryable.dasm (-0.04 % of base)
-144 : System.Threading.Tasks.Dataflow.dasm (-0.01 % of base)
-41 : System.ComponentModel.Annotations.dasm (-0.08 % of base)
-39 : System.Diagnostics.DiagnosticSource.dasm (-0.01 % of base)
-37 : System.Private.DataContractSerialization.dasm (-0.00 % of base)
-24 : System.Net.Requests.dasm (-0.02 % of base)
-12 : System.Text.Json.dasm (-0.00 % of base)
-11 : Microsoft.Extensions.Http.dasm (-0.02 % of base)
-8 : System.Net.Http.dasm (-0.00 % of base)
-8 : System.Net.Quic.dasm (-0.01 % of base)
-8 : System.Composition.Hosting.dasm (-0.01 % of base)
-1 : System.IO.Packaging.dasm (-0.00 % of base)
32 total files with Code Size differences (16 improved, 16 regressed), 227 unchanged.
Top method regressions (bytes):
97 (6.79 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:<ReduceAlternation>g__ReduceSingleLetterAndNestedAlternations|42_0():this (FullOpts)
89 (4.40 % of base) : System.Linq.Expressions.dasm - System.Linq.Expressions.UnaryExpression:ReduceIndex():System.Linq.Expressions.Expression:this (FullOpts)
68 (3.17 % of base) : System.Private.Xml.dasm - System.Xml.Schema.ParticleContentValidator:BuildTransitionTable(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],int):int[][]:this (FullOpts)
61 (3.00 % of base) : System.Data.Common.dasm - System.Data.XmlDataLoader:LoadTopMostTable(System.Data.DataTable):this (FullOpts)
56 (3.73 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:ReduceConcatenationWithAdjacentStrings():this (FullOpts)
40 (7.71 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[int]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[int]):ubyte:this (FullOpts)
40 (7.68 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[long]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[long]):ubyte:this (FullOpts)
40 (7.60 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[short]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[short]):ubyte:this (FullOpts)
40 (7.68 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[System.Nullable`1[int]]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[System.Nullable`1[int]]):ubyte:this (FullOpts)
40 (7.60 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[ubyte]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[ubyte]):ubyte:this (FullOpts)
31 (5.72 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[double]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[double]):ubyte:this (FullOpts)
31 (5.36 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[System.Numerics.Vector`1[float]]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[System.Numerics.Vector`1[float]]):ubyte:this (FullOpts)
29 (4.15 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.ExpressionBinder:RearrangeNamedArguments(Microsoft.CSharp.RuntimeBinder.Semantics.TypeArray,Microsoft.CSharp.RuntimeBinder.Semantics.MethPropWithInst,Microsoft.CSharp.RuntimeBinder.Semantics.CType,Microsoft.CSharp.RuntimeBinder.Semantics.ArgInfos):Microsoft.CSharp.RuntimeBinder.Semantics.TypeArray (FullOpts)
26 (1.12 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:EliminateEndingBacktracking():this (FullOpts) (2 methods)
25 (3.52 % of base) : System.Text.Encoding.CodePages.dasm - System.Text.BaseCodePageEncoding:GetEncodings(System.Text.CodePagesEncodingProvider):System.Text.EncodingInfo[] (FullOpts)
23 (2.50 % of base) : System.Private.CoreLib.dasm - System.Globalization.CalendarData:FixDefaultShortDatePattern(System.Collections.Generic.List`1[System.String]) (FullOpts)
22 (1.35 % of base) : System.ComponentModel.Composition.dasm - System.ComponentModel.Composition.Hosting.CompositionContainer:.ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,int,System.ComponentModel.Composition.Hosting.ExportProvider[]):this (FullOpts)
22 (0.63 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventPipePayloadDecoder:DecodePayload(byref,System.ReadOnlySpan`1[ubyte]):System.Object[] (FullOpts)
17 (6.09 % of base) : System.Data.Odbc.dasm - System.Data.Odbc.OdbcParameterCollection:Replace(int,System.Object):this (FullOpts)
16 (1.02 % of base) : System.Reflection.Metadata.dasm - System.Reflection.Metadata.TypeNameParser:ParseNextTypeName(ubyte,byref):System.Reflection.Metadata.TypeName:this (FullOpts)
16 (2.84 % of base) : System.Resources.Extensions.dasm - System.Resources.Extensions.BinaryFormat.Deserializer.Deserializer:Deserialize():System.Object:this (FullOpts)
15 (7.21 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:ReplaceChild(int,System.Text.RegularExpressions.RegexNode):this (FullOpts)
15 (1.36 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double]:StripEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[double]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double]:this (FullOpts)
15 (1.36 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int]:StripEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[int]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int]:this (FullOpts)
15 (1.36 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long]:StripEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[long]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long]:this (FullOpts)
15 (1.36 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short]:StripEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[short]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short]:this (FullOpts)
15 (1.36 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte]:StripEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[ubyte]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte]:this (FullOpts)
15 (4.82 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.XsltOld.Compiler:ResolvePrefixes(System.String):System.String[]:this (FullOpts)
14 (0.77 % of base) : System.Diagnostics.Process.dasm - System.Diagnostics.AsyncStreamReader+<ReadBufferAsync>d__16:MoveNext():this (FullOpts)
14 (4.27 % of base) : System.Private.CoreLib.dasm - System.Globalization.CalendarData:EnumDatePatterns(System.String,ushort,int,byref):ubyte (FullOpts)
14 (6.33 % of base) : System.Private.CoreLib.dasm - System.Reflection.Assembly:get_DefinedTypes():System.Collections.Generic.IEnumerable`1[System.Reflection.TypeInfo]:this (FullOpts)
13 (0.39 % of base) : System.Net.Security.dasm - System.Net.Security.SslStreamCertificateContext+<>c__DisplayClass42_0+<<FetchOcspAsync>g__FetchOcspAsyncCore|0>d:MoveNext():this (FullOpts)
13 (0.92 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:<ReduceAlternation>g__ExtractCommonPrefixOneNotoneSet|42_1(System.Text.RegularExpressions.RegexNode):System.Text.RegularExpressions.RegexNode (FullOpts)
13 (4.21 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[double]:Alternate(System.Collections.Generic.List`1[System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double]]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double]:this (FullOpts)
13 (4.21 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[int]:Alternate(System.Collections.Generic.List`1[System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int]]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int]:this (FullOpts)
13 (4.21 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[long]:Alternate(System.Collections.Generic.List`1[System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long]]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long]:this (FullOpts)
13 (4.21 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[short]:Alternate(System.Collections.Generic.List`1[System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short]]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short]:this (FullOpts)
13 (4.21 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[ubyte]:Alternate(System.Collections.Generic.List`1[System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte]]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte]:this (FullOpts)
13 (0.77 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double]:CreateAlternate(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[double],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double],ubyte,ubyte):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double] (FullOpts)
13 (0.75 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int]:CreateAlternate(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[int],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int],ubyte,ubyte):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int] (FullOpts)
13 (0.75 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long]:CreateAlternate(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[long],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long],ubyte,ubyte):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long] (FullOpts)
13 (0.75 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short]:CreateAlternate(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[short],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short],ubyte,ubyte):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short] (FullOpts)
13 (0.75 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte]:CreateAlternate(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[ubyte],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte],ubyte,ubyte):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte] (FullOpts)
12 (1.78 % of base) : System.Diagnostics.Process.dasm - System.Diagnostics.AsyncStreamReader:MoveLinesFromStringBuilderToMessageQueue():this (FullOpts)
9 (1.97 % of base) : System.Configuration.ConfigurationManager.dasm - System.Configuration.SectionRecord:AddLocationInputImpl(System.Configuration.SectionInput,ubyte):this (FullOpts)
9 (2.39 % of base) : System.Formats.Nrbf.dasm - System.Formats.Nrbf.ArraySingleObjectRecord:ToArray(ubyte):System.Object[]:this (FullOpts)
9 (1.17 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.XsltOld.TemplateAction:AnalyzePriority(System.Xml.Xsl.XsltOld.Compiler):this (FullOpts)
8 (5.26 % of base) : System.Data.Common.dasm - System.Data.Common.DataColumnMappingCollection:Replace(int,System.Data.Common.DataColumnMapping):this (FullOpts)
8 (5.26 % of base) : System.Data.Common.dasm - System.Data.Common.DataTableMappingCollection:Replace(int,System.Data.Common.DataTableMapping):this (FullOpts)
7 (1.08 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventSource:WriteToAllListeners(System.Diagnostics.Tracing.EventWrittenEventArgs,int,ulong):this (FullOpts)
7 (1.06 % of base) : System.IO.Packaging.dasm - System.IO.Packaging.InterleavedZipPackagePartStream+PieceDirectory:UpdatePhysicalEndIfNecessary():this (FullOpts)
7 (0.45 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:ReduceAtomic():System.Text.RegularExpressions.RegexNode:this (FullOpts)
7 (1.20 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:ReduceExpressionConditional():System.Text.RegularExpressions.RegexNode:this (FullOpts)
6 (0.45 % of base) : System.Threading.RateLimiting.dasm - System.Threading.RateLimiting.ConcurrencyLimiter:AcquireAsyncCore(int,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[System.Threading.RateLimiting.RateLimitLease]:this (FullOpts)
6 (0.44 % of base) : System.Threading.RateLimiting.dasm - System.Threading.RateLimiting.FixedWindowRateLimiter:AcquireAsyncCore(int,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[System.Threading.RateLimiting.RateLimitLease]:this (FullOpts)
6 (0.44 % of base) : System.Threading.RateLimiting.dasm - System.Threading.RateLimiting.SlidingWindowRateLimiter:AcquireAsyncCore(int,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[System.Threading.RateLimiting.RateLimitLease]:this (FullOpts)
6 (0.44 % of base) : System.Threading.RateLimiting.dasm - System.Threading.RateLimiting.TokenBucketRateLimiter:AcquireAsyncCore(int,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[System.Threading.RateLimiting.RateLimitLease]:this (FullOpts)
2 (0.11 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:FinalOptimize():System.Text.RegularExpressions.RegexNode:this (FullOpts) (2 methods)
1 (0.27 % of base) : Microsoft.Extensions.DependencyInjection.Abstractions.dasm - Microsoft.Extensions.DependencyInjection.ActivatorUtilities:ReflectionFactoryCanonicalSpan(System.Reflection.ConstructorInvoker,Microsoft.Extensions.DependencyInjection.ActivatorUtilities+FactoryParameterContext[],System.Type,System.IServiceProvider,System.Object[]):System.Object (FullOpts)
Top method improvements (bytes):
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[double](System.Linq.ParallelQuery`1[double]):System.Linq.ParallelQuery`1[double] (FullOpts) (1 base, 0 diff methods)
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[int](System.Linq.ParallelQuery`1[int]):System.Linq.ParallelQuery`1[int] (FullOpts) (1 base, 0 diff methods)
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[long](System.Linq.ParallelQuery`1[long]):System.Linq.ParallelQuery`1[long] (FullOpts) (1 base, 0 diff methods)
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[short](System.Linq.ParallelQuery`1[short]):System.Linq.ParallelQuery`1[short] (FullOpts) (1 base, 0 diff methods)
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[System.Nullable`1[int]](System.Linq.ParallelQuery`1[System.Nullable`1[int]]):System.Linq.ParallelQuery`1[System.Nullable`1[int]] (FullOpts) (1 base, 0 diff methods)
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[System.Numerics.Vector`1[float]](System.Linq.ParallelQuery`1[System.Numerics.Vector`1[float]]):System.Linq.ParallelQuery`1[System.Numerics.Vector`1[float]] (FullOpts) (1 base, 0 diff methods)
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[ubyte](System.Linq.ParallelQuery`1[ubyte]):System.Linq.ParallelQuery`1[ubyte] (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[double](System.Linq.ParallelQuery`1[double]):long (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[int](System.Linq.ParallelQuery`1[int]):long (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[long](System.Linq.ParallelQuery`1[long]):long (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[short](System.Linq.ParallelQuery`1[short]):long (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[System.Nullable`1[int]](System.Linq.ParallelQuery`1[System.Nullable`1[int]]):long (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[System.Numerics.Vector`1[float]](System.Linq.ParallelQuery`1[System.Numerics.Vector`1[float]]):long (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[ubyte](System.Linq.ParallelQuery`1[ubyte]):long (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[double](System.Linq.ParallelQuery`1[double]):int (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[int](System.Linq.ParallelQuery`1[int]):int (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[long](System.Linq.ParallelQuery`1[long]):int (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[short](System.Linq.ParallelQuery`1[short]):int (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[System.Nullable`1[int]](System.Linq.ParallelQuery`1[System.Nullable`1[int]]):int (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[System.Numerics.Vector`1[float]](System.Linq.ParallelQuery`1[System.Numerics.Vector`1[float]]):int (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[ubyte](System.Linq.ParallelQuery`1[ubyte]):int (FullOpts) (1 base, 0 diff methods)
-176 (-3.22 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanAttlist2():int:this (FullOpts)
-176 (-2.98 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanAttlist2Async>d__183:MoveNext():this (FullOpts)
-160 (-2.85 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanSubsetContentAsync>d__174:MoveNext():this (FullOpts)
-141 (-2.90 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanSubsetContent():int:this (FullOpts)
-109 (-2.70 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ParseSubset():this (FullOpts)
-96 (-2.51 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanAttlist6Async>d__184:MoveNext():this (FullOpts)
-90 (-2.88 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanAttlist6():int:this (FullOpts)
-80 (-2.22 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ParseElementOnlyContent(System.Xml.Schema.ParticleContentValidator,int):this (FullOpts)
-80 (-1.77 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ParseElementOnlyContentAsync>d__164:MoveNext():this (FullOpts)
-75 (-8.89 % of base) : System.Private.CoreLib.dasm - System.Threading.TimerQueueTimer:get_DisplayString():System.String:this (FullOpts)
-52 (-52.00 % of base) : System.Linq.Parallel.dasm - System.Linq.Parallel.SynchronousChannel`1[ubyte]:Init():this (FullOpts)
-48 (-0.99 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ParseSubsetAsync>d__159:MoveNext():this (FullOpts)
-45 (-13.93 % of base) : System.Linq.Parallel.dasm - System.Linq.Parallel.StopAndGoSpoolingTask`2[ubyte,System.Nullable`1[int]]:SpoolingWork():this (FullOpts)
-45 (-2.47 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ParseNotationDecl():this (FullOpts)
-42 (-2.02 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanCondSection1Async>d__193:MoveNext():this (FullOpts)
-42 (-2.16 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanDoctype1Async>d__178:MoveNext():this (FullOpts)
-42 (-2.23 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanNotation1Async>d__186:MoveNext():this (FullOpts)
-41 (-6.05 % of base) : System.ComponentModel.Annotations.dasm - System.ComponentModel.DataAnnotations.CustomValidationAttribute:IsValid(System.Object,System.ComponentModel.DataAnnotations.ValidationContext):System.ComponentModel.DataAnnotations.ValidationResult:this (FullOpts)
-39 (-2.87 % of base) : System.Diagnostics.DiagnosticSource.dasm - System.Diagnostics.DsesFilterAndTransform:CreateTransform(System.Diagnostics.DiagnosticSourceEventSource,System.String,int,int,System.Diagnostics.DsesFilterAndTransform):System.Diagnostics.DsesFilterAndTransform (FullOpts)
-39 (-2.18 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanCondSection1():int:this (FullOpts)
-39 (-2.91 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanDoctype1():int:this (FullOpts)
-39 (-2.93 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanEntity2():int:this (FullOpts)
-39 (-3.09 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanNotation1():int:this (FullOpts)
-37 (-3.87 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.DataContracts.DataContractSet:InternalAdd(System.Xml.XmlQualifiedName,System.Runtime.Serialization.DataContracts.DataContract):this (FullOpts)
-32 (-10.70 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[double,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-11.85 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[int,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-11.81 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[long,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-11.76 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[short,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-10.36 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.__Canon,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-9.82 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.Nullable`1[int],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-10.74 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-11.76 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[ubyte,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-30 (-4.93 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.Runtime.XmlQueryOutput:WriteNamespaceDeclaration(System.String,System.String):this (FullOpts)
-29 (-1.00 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ParseAttlistDeclAsync>d__160:MoveNext():this (FullOpts)
-26 (-1.39 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ParseAttlistDecl():this (FullOpts)
-26 (-1.77 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ParseEntityDecl():this (FullOpts)
-26 (-2.38 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ParseInDocumentDtd(ubyte):this (FullOpts)
-26 (-2.14 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanElement1():int:this (FullOpts)
-26 (-2.36 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanElement2():int:this (FullOpts)
-26 (-2.13 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanQName(ubyte):this (FullOpts)
-26 (-1.75 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanElement1Async>d__179:MoveNext():this (FullOpts)
-26 (-1.89 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanElement2Async>d__180:MoveNext():this (FullOpts)
-26 (-1.43 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanEntity2Async>d__189:MoveNext():this (FullOpts)
-22 (-1.06 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ParseInDocumentDtdAsync>d__155:MoveNext():this (FullOpts)
-22 (-1.05 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanQNameAsync>d__197:MoveNext():this (FullOpts)
-22 (-1.11 % of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSchemas:GetSchemaItem(System.Xml.Schema.XmlSchemaObject,System.String,System.String):System.String (FullOpts)
-20 (-2.59 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.MemberLookup:ReportBogus(Microsoft.CSharp.RuntimeBinder.Semantics.SymWithType):Microsoft.CSharp.RuntimeBinder.RuntimeBinderException (FullOpts)
-19 (-8.88 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[double,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.88 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[double,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.27 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[int,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.27 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[int,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.22 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[long,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.22 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[long,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[short,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[short,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-9.84 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[System.__Canon,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-9.55 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[System.__Canon,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.60 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[System.Nullable`1[int],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.37 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[System.Nullable`1[int],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.48 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.48 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[ubyte,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[ubyte,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.88 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[double,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.27 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[int,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.22 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[long,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[short,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-9.55 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[System.__Canon,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.37 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[System.Nullable`1[int],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.48 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[ubyte,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.88 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[double,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.27 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[int,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.22 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[long,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[short,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-9.55 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[System.__Canon,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.37 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[System.Nullable`1[int],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.48 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[ubyte,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
Top method regressions (percentages):
40 (7.71 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[int]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[int]):ubyte:this (FullOpts)
40 (7.68 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[long]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[long]):ubyte:this (FullOpts)
40 (7.68 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[System.Nullable`1[int]]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[System.Nullable`1[int]]):ubyte:this (FullOpts)
40 (7.60 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[short]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[short]):ubyte:this (FullOpts)
40 (7.60 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[ubyte]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[ubyte]):ubyte:this (FullOpts)
15 (7.21 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:ReplaceChild(int,System.Text.RegularExpressions.RegexNode):this (FullOpts)
97 (6.79 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:<ReduceAlternation>g__ReduceSingleLetterAndNestedAlternations|42_0():this (FullOpts)
14 (6.33 % of base) : System.Private.CoreLib.dasm - System.Reflection.Assembly:get_DefinedTypes():System.Collections.Generic.IEnumerable`1[System.Reflection.TypeInfo]:this (FullOpts)
17 (6.09 % of base) : System.Data.Odbc.dasm - System.Data.Odbc.OdbcParameterCollection:Replace(int,System.Object):this (FullOpts)
31 (5.72 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[double]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[double]):ubyte:this (FullOpts)
31 (5.36 % of base) : System.Collections.dasm - System.Collections.Generic.SortedSet`1+TreeSubSet[System.Numerics.Vector`1[float]]:BreadthFirstTreeWalk(System.Collections.Generic.TreeWalkPredicate`1[System.Numerics.Vector`1[float]]):ubyte:this (FullOpts)
8 (5.26 % of base) : System.Data.Common.dasm - System.Data.Common.DataColumnMappingCollection:Replace(int,System.Data.Common.DataColumnMapping):this (FullOpts)
8 (5.26 % of base) : System.Data.Common.dasm - System.Data.Common.DataTableMappingCollection:Replace(int,System.Data.Common.DataTableMapping):this (FullOpts)
15 (4.82 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.XsltOld.Compiler:ResolvePrefixes(System.String):System.String[]:this (FullOpts)
89 (4.40 % of base) : System.Linq.Expressions.dasm - System.Linq.Expressions.UnaryExpression:ReduceIndex():System.Linq.Expressions.Expression:this (FullOpts)
14 (4.27 % of base) : System.Private.CoreLib.dasm - System.Globalization.CalendarData:EnumDatePatterns(System.String,ushort,int,byref):ubyte (FullOpts)
13 (4.21 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[double]:Alternate(System.Collections.Generic.List`1[System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double]]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double]:this (FullOpts)
13 (4.21 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[int]:Alternate(System.Collections.Generic.List`1[System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int]]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int]:this (FullOpts)
13 (4.21 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[long]:Alternate(System.Collections.Generic.List`1[System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long]]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long]:this (FullOpts)
13 (4.21 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[short]:Alternate(System.Collections.Generic.List`1[System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short]]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short]:this (FullOpts)
13 (4.21 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[ubyte]:Alternate(System.Collections.Generic.List`1[System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte]]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte]:this (FullOpts)
29 (4.15 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.ExpressionBinder:RearrangeNamedArguments(Microsoft.CSharp.RuntimeBinder.Semantics.TypeArray,Microsoft.CSharp.RuntimeBinder.Semantics.MethPropWithInst,Microsoft.CSharp.RuntimeBinder.Semantics.CType,Microsoft.CSharp.RuntimeBinder.Semantics.ArgInfos):Microsoft.CSharp.RuntimeBinder.Semantics.TypeArray (FullOpts)
56 (3.73 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:ReduceConcatenationWithAdjacentStrings():this (FullOpts)
25 (3.52 % of base) : System.Text.Encoding.CodePages.dasm - System.Text.BaseCodePageEncoding:GetEncodings(System.Text.CodePagesEncodingProvider):System.Text.EncodingInfo[] (FullOpts)
68 (3.17 % of base) : System.Private.Xml.dasm - System.Xml.Schema.ParticleContentValidator:BuildTransitionTable(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],int):int[][]:this (FullOpts)
61 (3.00 % of base) : System.Data.Common.dasm - System.Data.XmlDataLoader:LoadTopMostTable(System.Data.DataTable):this (FullOpts)
16 (2.84 % of base) : System.Resources.Extensions.dasm - System.Resources.Extensions.BinaryFormat.Deserializer.Deserializer:Deserialize():System.Object:this (FullOpts)
23 (2.50 % of base) : System.Private.CoreLib.dasm - System.Globalization.CalendarData:FixDefaultShortDatePattern(System.Collections.Generic.List`1[System.String]) (FullOpts)
9 (2.39 % of base) : System.Formats.Nrbf.dasm - System.Formats.Nrbf.ArraySingleObjectRecord:ToArray(ubyte):System.Object[]:this (FullOpts)
9 (1.97 % of base) : System.Configuration.ConfigurationManager.dasm - System.Configuration.SectionRecord:AddLocationInputImpl(System.Configuration.SectionInput,ubyte):this (FullOpts)
12 (1.78 % of base) : System.Diagnostics.Process.dasm - System.Diagnostics.AsyncStreamReader:MoveLinesFromStringBuilderToMessageQueue():this (FullOpts)
15 (1.36 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int]:StripEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[int]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int]:this (FullOpts)
15 (1.36 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long]:StripEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[long]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long]:this (FullOpts)
15 (1.36 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte]:StripEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[ubyte]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte]:this (FullOpts)
15 (1.36 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double]:StripEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[double]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double]:this (FullOpts)
15 (1.36 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short]:StripEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[short]):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short]:this (FullOpts)
22 (1.35 % of base) : System.ComponentModel.Composition.dasm - System.ComponentModel.Composition.Hosting.CompositionContainer:.ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,int,System.ComponentModel.Composition.Hosting.ExportProvider[]):this (FullOpts)
7 (1.20 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:ReduceExpressionConditional():System.Text.RegularExpressions.RegexNode:this (FullOpts)
9 (1.17 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.XsltOld.TemplateAction:AnalyzePriority(System.Xml.Xsl.XsltOld.Compiler):this (FullOpts)
26 (1.12 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:EliminateEndingBacktracking():this (FullOpts) (2 methods)
7 (1.08 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventSource:WriteToAllListeners(System.Diagnostics.Tracing.EventWrittenEventArgs,int,ulong):this (FullOpts)
7 (1.06 % of base) : System.IO.Packaging.dasm - System.IO.Packaging.InterleavedZipPackagePartStream+PieceDirectory:UpdatePhysicalEndIfNecessary():this (FullOpts)
16 (1.02 % of base) : System.Reflection.Metadata.dasm - System.Reflection.Metadata.TypeNameParser:ParseNextTypeName(ubyte,byref):System.Reflection.Metadata.TypeName:this (FullOpts)
13 (0.92 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:<ReduceAlternation>g__ExtractCommonPrefixOneNotoneSet|42_1(System.Text.RegularExpressions.RegexNode):System.Text.RegularExpressions.RegexNode (FullOpts)
13 (0.77 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double]:CreateAlternate(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[double],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double],ubyte,ubyte):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[double] (FullOpts)
14 (0.77 % of base) : System.Diagnostics.Process.dasm - System.Diagnostics.AsyncStreamReader+<ReadBufferAsync>d__16:MoveNext():this (FullOpts)
13 (0.75 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int]:CreateAlternate(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[int],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int],ubyte,ubyte):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[int] (FullOpts)
13 (0.75 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long]:CreateAlternate(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[long],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long],ubyte,ubyte):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[long] (FullOpts)
13 (0.75 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte]:CreateAlternate(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[ubyte],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte],ubyte,ubyte):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[ubyte] (FullOpts)
13 (0.75 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short]:CreateAlternate(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[short],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short],System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short],ubyte,ubyte):System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[short] (FullOpts)
22 (0.63 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventPipePayloadDecoder:DecodePayload(byref,System.ReadOnlySpan`1[ubyte]):System.Object[] (FullOpts)
6 (0.45 % of base) : System.Threading.RateLimiting.dasm - System.Threading.RateLimiting.ConcurrencyLimiter:AcquireAsyncCore(int,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[System.Threading.RateLimiting.RateLimitLease]:this (FullOpts)
7 (0.45 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:ReduceAtomic():System.Text.RegularExpressions.RegexNode:this (FullOpts)
6 (0.44 % of base) : System.Threading.RateLimiting.dasm - System.Threading.RateLimiting.SlidingWindowRateLimiter:AcquireAsyncCore(int,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[System.Threading.RateLimiting.RateLimitLease]:this (FullOpts)
6 (0.44 % of base) : System.Threading.RateLimiting.dasm - System.Threading.RateLimiting.FixedWindowRateLimiter:AcquireAsyncCore(int,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[System.Threading.RateLimiting.RateLimitLease]:this (FullOpts)
6 (0.44 % of base) : System.Threading.RateLimiting.dasm - System.Threading.RateLimiting.TokenBucketRateLimiter:AcquireAsyncCore(int,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[System.Threading.RateLimiting.RateLimitLease]:this (FullOpts)
13 (0.39 % of base) : System.Net.Security.dasm - System.Net.Security.SslStreamCertificateContext+<>c__DisplayClass42_0+<<FetchOcspAsync>g__FetchOcspAsyncCore|0>d:MoveNext():this (FullOpts)
1 (0.27 % of base) : Microsoft.Extensions.DependencyInjection.Abstractions.dasm - Microsoft.Extensions.DependencyInjection.ActivatorUtilities:ReflectionFactoryCanonicalSpan(System.Reflection.ConstructorInvoker,Microsoft.Extensions.DependencyInjection.ActivatorUtilities+FactoryParameterContext[],System.Type,System.IServiceProvider,System.Object[]):System.Object (FullOpts)
2 (0.11 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexNode:FinalOptimize():System.Text.RegularExpressions.RegexNode:this (FullOpts) (2 methods)
Top method improvements (percentages):
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[double](System.Linq.ParallelQuery`1[double]):System.Linq.ParallelQuery`1[double] (FullOpts) (1 base, 0 diff methods)
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[int](System.Linq.ParallelQuery`1[int]):System.Linq.ParallelQuery`1[int] (FullOpts) (1 base, 0 diff methods)
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[long](System.Linq.ParallelQuery`1[long]):System.Linq.ParallelQuery`1[long] (FullOpts) (1 base, 0 diff methods)
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[short](System.Linq.ParallelQuery`1[short]):System.Linq.ParallelQuery`1[short] (FullOpts) (1 base, 0 diff methods)
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[System.Nullable`1[int]](System.Linq.ParallelQuery`1[System.Nullable`1[int]]):System.Linq.ParallelQuery`1[System.Nullable`1[int]] (FullOpts) (1 base, 0 diff methods)
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[System.Numerics.Vector`1[float]](System.Linq.ParallelQuery`1[System.Numerics.Vector`1[float]]):System.Linq.ParallelQuery`1[System.Numerics.Vector`1[float]] (FullOpts) (1 base, 0 diff methods)
-378 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:AsOrdered[ubyte](System.Linq.ParallelQuery`1[ubyte]):System.Linq.ParallelQuery`1[ubyte] (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[double](System.Linq.ParallelQuery`1[double]):int (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[int](System.Linq.ParallelQuery`1[int]):int (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[long](System.Linq.ParallelQuery`1[long]):int (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[short](System.Linq.ParallelQuery`1[short]):int (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[System.Nullable`1[int]](System.Linq.ParallelQuery`1[System.Nullable`1[int]]):int (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[System.Numerics.Vector`1[float]](System.Linq.ParallelQuery`1[System.Numerics.Vector`1[float]]):int (FullOpts) (1 base, 0 diff methods)
-288 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:Count[ubyte](System.Linq.ParallelQuery`1[ubyte]):int (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[double](System.Linq.ParallelQuery`1[double]):long (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[int](System.Linq.ParallelQuery`1[int]):long (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[long](System.Linq.ParallelQuery`1[long]):long (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[short](System.Linq.ParallelQuery`1[short]):long (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[System.Nullable`1[int]](System.Linq.ParallelQuery`1[System.Nullable`1[int]]):long (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[System.Numerics.Vector`1[float]](System.Linq.ParallelQuery`1[System.Numerics.Vector`1[float]]):long (FullOpts) (1 base, 0 diff methods)
-291 (-100.00 % of base) : System.Linq.Parallel.dasm - System.Linq.ParallelEnumerable:LongCount[ubyte](System.Linq.ParallelQuery`1[ubyte]):long (FullOpts) (1 base, 0 diff methods)
-52 (-52.00 % of base) : System.Linq.Parallel.dasm - System.Linq.Parallel.SynchronousChannel`1[ubyte]:Init():this (FullOpts)
-45 (-13.93 % of base) : System.Linq.Parallel.dasm - System.Linq.Parallel.StopAndGoSpoolingTask`2[ubyte,System.Nullable`1[int]]:SpoolingWork():this (FullOpts)
-32 (-11.85 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[int,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-11.81 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[long,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-11.76 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[short,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-11.76 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[ubyte,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-10.74 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-10.70 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[double,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-10.36 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.__Canon,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.27 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[int,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.27 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[int,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.27 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[int,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.27 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[int,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.22 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[long,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.22 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[long,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.22 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[long,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.22 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[long,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[short,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[short,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[ubyte,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[ubyte,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[short,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[ubyte,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[short,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-10.16 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[ubyte,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-9.84 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[System.__Canon,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-32 (-9.82 % of base) : System.Private.CoreLib.dasm - System.ValueTuple`2[System.Nullable`1[int],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-9.55 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[System.__Canon,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-9.55 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[System.__Canon,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-9.55 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[System.__Canon,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-75 (-8.89 % of base) : System.Private.CoreLib.dasm - System.Threading.TimerQueueTimer:get_DisplayString():System.String:this (FullOpts)
-19 (-8.88 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[double,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.88 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[double,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.88 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[double,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.88 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[double,System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.60 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[System.Nullable`1[int],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.48 % of base) : System.Linq.Queryable.dasm - <>f__AnonymousType0`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.48 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.48 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.48 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[System.Numerics.Vector`1[float],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.37 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType0`2[System.Nullable`1[int],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.37 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType1`2[System.Nullable`1[int],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-19 (-8.37 % of base) : System.Composition.TypedParts.dasm - <>f__AnonymousType2`2[System.Nullable`1[int],System.Nullable`1[int]]:ToString():System.String:this (FullOpts)
-16 (-8.08 % of base) : System.Linq.Expressions.dasm - System.Linq.Expressions.Interpreter.NewInstruction:ToString():System.String:this (FullOpts)
-41 (-6.05 % of base) : System.ComponentModel.Annotations.dasm - System.ComponentModel.DataAnnotations.CustomValidationAttribute:IsValid(System.Object,System.ComponentModel.DataAnnotations.ValidationContext):System.ComponentModel.DataAnnotations.ValidationResult:this (FullOpts)
-30 (-4.93 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.Runtime.XmlQueryOutput:WriteNamespaceDeclaration(System.String,System.String):this (FullOpts)
-16 (-4.62 % of base) : System.Data.Common.dasm - System.Data.DataRelation:.ctor(System.String,System.Data.DataColumn,System.Data.DataColumn,ubyte):this (FullOpts)
-37 (-3.87 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.DataContracts.DataContractSet:InternalAdd(System.Xml.XmlQualifiedName,System.Runtime.Serialization.DataContracts.DataContract):this (FullOpts)
-13 (-3.64 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:Throw(int,System.String):this (FullOpts)
-13 (-3.48 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:OnUnexpectedError():this (FullOpts)
-176 (-3.22 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanAttlist2():int:this (FullOpts)
-11 (-3.19 % of base) : Microsoft.Extensions.Http.dasm - Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions+<>c__DisplayClass0_0:<Configure>b__1(Microsoft.Extensions.Http.HttpMessageHandlerBuilder):this (FullOpts)
-39 (-3.09 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanNotation1():int:this (FullOpts)
-176 (-2.98 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanAttlist2Async>d__183:MoveNext():this (FullOpts)
-39 (-2.93 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanEntity2():int:this (FullOpts)
-39 (-2.91 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanDoctype1():int:this (FullOpts)
-141 (-2.90 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanSubsetContent():int:this (FullOpts)
-90 (-2.88 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanAttlist6():int:this (FullOpts)
-39 (-2.87 % of base) : System.Diagnostics.DiagnosticSource.dasm - System.Diagnostics.DsesFilterAndTransform:CreateTransform(System.Diagnostics.DiagnosticSourceEventSource,System.String,int,int,System.Diagnostics.DsesFilterAndTransform):System.Diagnostics.DsesFilterAndTransform (FullOpts)
-160 (-2.85 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanSubsetContentAsync>d__174:MoveNext():this (FullOpts)
-11 (-2.81 % of base) : System.ComponentModel.Composition.dasm - System.ComponentModel.Composition.ExportServices:CreateStronglyTypedLazyFactory(System.Type,System.Type):System.Func`2[System.ComponentModel.Composition.Primitives.Export,System.Object] (FullOpts)
-109 (-2.70 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ParseSubset():this (FullOpts)
-13 (-2.63 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanDoctype2():int:this (FullOpts)
-20 (-2.59 % of base) : Microsoft.CSharp.dasm - Microsoft.CSharp.RuntimeBinder.Semantics.MemberLookup:ReportBogus(Microsoft.CSharp.RuntimeBinder.Semantics.SymWithType):Microsoft.CSharp.RuntimeBinder.RuntimeBinderException (FullOpts)
-13 (-2.54 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanElement4():int:this (FullOpts)
-8 (-2.53 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:Throw(System.String,System.String,int,int):this (FullOpts)
-96 (-2.51 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanAttlist6Async>d__184:MoveNext():this (FullOpts)
-45 (-2.47 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ParseNotationDecl():this (FullOpts)
-26 (-2.38 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ParseInDocumentDtd(ubyte):this (FullOpts)
-26 (-2.36 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanElement2():int:this (FullOpts)
-13 (-2.28 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanElement5():int:this (FullOpts)
-8 (-2.28 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:Throw(int,System.String,System.String):this (FullOpts)
-42 (-2.23 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanNotation1Async>d__186:MoveNext():this (FullOpts)
-80 (-2.22 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ParseElementOnlyContent(System.Xml.Schema.ParticleContentValidator,int):this (FullOpts)
-12 (-2.21 % of base) : System.Text.Json.dasm - System.Text.Json.Serialization.Metadata.JsonTypeInfo:CreatePropertyUsingReflection(System.Type,System.Type):System.Text.Json.Serialization.Metadata.JsonPropertyInfo:this (FullOpts)
-39 (-2.18 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanCondSection1():int:this (FullOpts)
-42 (-2.16 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser+<ScanDoctype1Async>d__178:MoveNext():this (FullOpts)
-26 (-2.14 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanElement1():int:this (FullOpts)
-26 (-2.13 % of base) : System.Private.Xml.dasm - System.Xml.DtdParser:ScanQName(ubyte):this (FullOpts)
205 total methods with Code Size differences (146 improved, 59 regressed), 231835 unchanged.
--------------------------------------------------------------------------------
Artifacts:
- build-artifacts-main.zip (645 MB)
- build-clr-checked-main.zip (88 MB)
- build-artifacts-pr.zip (647 MB)
- build-clr-checked-pr.zip (88 MB)
- diff-frameworks.txt (64 KB)
- jit-diffs-frameworks.zip (266 MB)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels