Normalize JIT usages of array length calcuation #103908
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
As per #103778 (comment), there are a few places in the JIT that are using
ARRAY_SIZE
but the use ofArrLen
is preferred where possible.We should ideally normalize these to be consistent in the JIT and consider whether this is something we want to make more consistent across the codebase as well.
The text was updated successfully, but these errors were encountered: