dotnet/runtime

Create a jitstd linked list

开放

#12,371 创建于 2019年3月29日

 (0 条评论) (0 个反应) (0 位负责人)C# (5,445 个派生)batch import
JitUntriagedarea-CodeGen-coreclrenhancementhelp wanted

仓库指标

星标
 (17,886 个星标)
PR 合并指标
 (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

贡献者指南