In-depth information about (tiered) profile guided optimization #87098
-
Hello fellow DotNetters Thanks a lot in advance All the best from Switzerland |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
There's reasonably in-depth coverage in https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-6/ and |
Beta Was this translation helpful? Give feedback.
-
There is an overview of (dynamic) PGO in the JIT here: https://github.com/dotnet/runtime/blob/main/docs/design/features/DynamicPgo.md And a description of the new instrumented tiers for .NET 8 here: https://github.com/dotnet/runtime/blob/main/docs/design/features/DynamicPgo-InstrumentedTiers.md Is there something more you'd like to see? |
Beta Was this translation helpful? Give feedback.
-
thank you very much reflectronic! I really appreciate grabbing the link(s) for me! |
Beta Was this translation helpful? Give feedback.
There's reasonably in-depth coverage in https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-6/ and
https://devblogs.microsoft.com/dotnet/performance_improvements_in_net_7/. Are you looking for something more detailed than that, and if so, in what area specifically?