Files
wasmtime/cranelift/codegen
Chris Fallin e9921574d7 Update to regalloc.rs 0.0.32.
It appears that some allocation heuristics have changed slightly since
0.0.31, so some of the golden-output filetests are updated as well.
Ideally we would rely more on runtests rather than golden-compilation
tests; but for now this is sufficient. (I'm not sure exactly what in
regalloc.rs changed to alter these heuristics; it's actually been almost
a year since the 0.0.31 release with several refactorings and tweaks
merged since then.)

Fixes #3441.
2021-10-20 15:28:42 -07:00
..
2021-10-10 14:19:08 +02:00
2021-10-12 15:12:26 +02:00
2021-10-20 15:28:42 -07:00

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.