Skip to content

Normalize JIT usages of array length calcuation #103908

@tannergooding

Description

@tannergooding

As per #103778 (comment), there are a few places in the JIT that are using ARRAY_SIZE but the use of ArrLen 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions