dotnet/runtime

Consider adding a stress mode which prefers registers with different encoding characteristics

Open

#10,647 创建于 2018年7月9日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)C# (5,445 fork)batch import
area-CodeGen-coreclrhelp wantedtest-enhancement

仓库指标

Star
 (17,886 star)
PR 合并指标
 (平均合并 12天 11小时) (30 天内合并 661 个 PR)

描述

On various architectures there exist registers that require different encoding characteristics. For example, on x64 there are additional registers available (R8-R15 and XMM8-XMM15), which require the use of the REX prefix (or a VEX-encoded instruction).

Given that these change how the instruction is encoded, it would be beneficial if there was a stress-mode that would prefer these registers in order to help validate that the emitter has them properly handled.

category:testing theme:register-allocator skill-level:beginner cost:small

贡献者指南