dotnet/runtime

RyuJIT/x86: REGMASK_BITS should be 16 for x86, not 32

Open

#7,575 opened on Mar 8, 2017

View on GitHub
 (10 comments) (0 reactions) (0 assignees)C# (17,886 stars) (5,445 forks)batch import
HackathonJitThroughputarch-x86area-CodeGen-coreclrenhancementgood first issuetenet-performance

Description

regMaskSmall can be 16 bits, not 32, for RyuJIT/x86.

category:throughput theme:ir skill-level:intermediate cost:small

Contributor guide