Skip to content

Create a jitstd linked list #12371

Open
Open
@BrianBohe

Description

@BrianBohe

jitstd::list is a double linked list and we could be more efficient in terms of memory with a single linked list. The actual case where I could used is for for VariableLiveDescriptor, where I only need to insert at the back of the list and traverse it, but I guess we can have the need of a forward list too.

category:implementation
theme:memory-usage
skill-level:beginner
cost:small

Metadata

Metadata

Assignees

No one assigned

    Labels

    JitUntriagedCLR JIT issues needing additional triagearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIenhancementProduct code improvement that does NOT require public API changes/additionshelp wanted[up-for-grabs] Good issue for external contributors

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions