Improve JIT loop optimizations (.NET 10) #108901
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
User Story
A single user-facing feature. Can be grouped under an epic.
Milestone
We plan to continue improving JIT optimization capabilities for loop code. An overview of many JIT optimization possibilities is here; this issue will focus on issues we choose to address in .NET 10.
Significant work was done in .NET 9; the list of work here for .NET 10 is much more modest.
The corresponding .NET 9 issue is #93144.
Planned for .NET 10
Update loop inversion implementation
The current loop inversion algorithm is lexical. Convert it to be graph based. This is part of the JIT flowgraph modernization push, and is tracked by #107749.
Loop cloning
Multi-dimensional array improvements
Induction variable optimizations
Loop peeling
The text was updated successfully, but these errors were encountered: