Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JIT: Try more optimal fixpoint computation strategies for liveness #86527

@jakobbotsch

Description

@jakobbotsch

We can use a RPO traversal in liveness to try to minimize the number of iterations we need, as suggested by @AndyAyersMS in #86043 (comment).

Another interesting experiment would be to compute strongly connected components and compute the fixpoint within each SCC.

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