Skip to content

[Wasm RyuJIT] Reduce Instruction Footprint for JIT Helper Calls #127468

@adamperlin

Description

@adamperlin

Currently, we duplicate the instruction sequence for loading the PEP for a helper. Ideally, we could anticipate the need for a local to hold the PEP and re-use the loaded PEP value. This may require anticipating everywhere we might emit a JIT helper call in codegen earlier on in lower, which could be a bit involved.

Metadata

Metadata

Assignees

Labels

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

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions