dotnet/runtime

Fix some misleading names/groups in the JIT

Open

#9,744 创建于 2018年2月16日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C# (5,445 fork)batch import
arch-x64arch-x86area-CodeGen-coreclrhelp wanted

仓库指标

Star
 (17,886 star)
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

贡献者指南