Developers can progressively optimize their .NET apps at runtime, using dynamic PGO data #5494
Labels
bulk-closed
Priority:2
Work that is important, but not critical for the release
Team:Runtime
User Story
A single user-facing feature. Can be grouped under an epic.
Tiered compilation is an important codegen related feature in the runtime. It has two primary challenges: it bases re-jit decisions on a single metric, and always generates the same tier 1 code.
Using PGO data, we can improve tiered compilation in the following ways:
There is significant prior art in this space. We need to do the following to ensure we have a good offering that is attractive for modern apps.
The text was updated successfully, but these errors were encountered: