dotnet/runtime

Create a jitstd linked list

Aberta

#12.371 aberto em 29 de mar. de 2019

 (0 comentário) (0 reação) (0 responsável)C# (5.445 forks)batch import
JitUntriagedarea-CodeGen-coreclrenhancementhelp wanted

Métricas do repositório

Stars
 (17.886 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador