dotnet/runtime

Create a jitstd linked list

オープン

#12,371 opened on 2019/03/29

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C# (5,445 件のフォーク)batch import
JitUntriagedarea-CodeGen-coreclrenhancementhelp wanted

Repository metrics

Stars
 (17,886 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド