Files
wasmtime/cranelift/.gitignore
Jakob Stoklund Olesen 16f4b4c7d5 Implement value affinities for register allocation.
An SSA value is usually biased towards a specific register class or a
stack slot, depending on the constraints of the instructions using it.

Represent this bias as an Affinity enum, and implement a merging
algorithm for updating an affinity to satisfy a new constraint.

Affinities will be computed as part of the liveness analysis. This is
not implemented yet.
2017-01-27 10:22:50 -08:00

9 lines
57 B
Plaintext

*.pyc
*.bk
*.swp
*.swo
tags
target
Cargo.lock
.*.rustfmt