Skip to content

Consider passing enregisterLocalVars as a template argument to LinearScan #82848

@kunalspathak

Description

@kunalspathak

Today, we check for enregisterLocalVars at lot of hot code in LinearScan and probably templatizing it would be better.

  • Evaluate the impact on binary size if we do it. If it increases the size significantly, extract out the checks for enregisterLocalVars out of some of the loops or add special paths for it.
  • Evaluate what is the TP gain with it.

Metadata

Metadata

Assignees

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions