dotnet/runtime

Create a jitstd linked list

Aperta

#12.371 aperta il 29 mar 2019

 (0 commenti) (0 reazioni) (0 assegnatari)C# (5445 fork)batch import
JitUntriagedarea-CodeGen-coreclrenhancementhelp wanted

Metriche repository

Star
 (17.886 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor