dotnet/runtime

Create a jitstd linked list

Open

#12,371 建立於 2019年3月29日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C# (5,445 fork)batch import
JitUntriagedarea-CodeGen-coreclrenhancementhelp wanted

倉庫指標

Star
 (17,886 star)
PR 合併指標
 (平均合併 12天 11小時) (30 天內合併 661 個 PR)

描述

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

貢獻者指南