JIT should track single-BB locals and multi-BB locals separately #72740
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
If my measurements are correct then over libraries.pmi, 55% of tracked locals are wholly defined and then used within a single BB:
Unless I'm missing something these locals can be tracked separately and per-BB instead of globally in the varsets and should not contribute to the complexity of our dataflow analyses. Thus, we should consider always tracking such locals and not having them count towards the tracked locals limit.
category:cq
theme:profile-feedback
The text was updated successfully, but these errors were encountered: