dotnet/runtime

CodeGen: Clarify the naming and usage of consumeReg methods

Open

#12,179 opened on Mar 4, 2019

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

Repository metrics

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

Description

The naming and usage of the various consumeReg methods is not clearly articulated anywhere. Their usage should probably be documented in codegen.h where they are declared. This came up in the discussion of https://github.com/dotnet/coreclr/pull/22944

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

Contributor guide