dotnet/runtime

Improve logging of JitStressRegs flags in JitDump

Open

#78,474 opened on Nov 16, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (5,445 forks)batch import
area-CodeGen-coreclrhelp wanted

Repository metrics

Stars
 (17,886 stars)
PR merge metrics
 (Avg merge 12d 11h) (661 merged PRs in 30d)

Description

JitStressRegs enables variety of permutations to chose register allocation strategy. Depending on the value, have a uniform way to print in the JitDump.

Contributor guide