dotnet/runtime

Fix some misleading names/groups in the JIT

已關閉

#9,744 建立於 2018年2月16日

 (1 則留言) (0 個反應) (0 位負責人)C# (5,445 個分叉)batch import
arch-x64arch-x86area-CodeGen-coreclrhelp wanted

倉庫指標

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

描述

There are a number of names in the JIT that are listed as SSE4 but which actually just control whether the instruction or phase supports the 4-byte instruction encoding.

These names should be cleaned up to more accurately represent their purpose.

This includes SetUseSSE4, FIRST_SSE4_INSTRUCTION, LAST_SSE4_INSTRUCTION, and canUseSSE4, but there may be others.

category:implementation theme:jit-coding-style skill-level:beginner cost:small impact:small

貢獻者指南