Files
wasmtime/lib/cretonne
Tyler McMullen 775c674b38 Only save callee-saved registers that are used (#293)
* Only save callee-saved registers that are actually being used.

* Rename AllocatableSet to RegisterSet

* Style cleanup and small renames for readability.

* Adjust x86 prologue-epilogue test to account for callee-saved register optimization.

* Add more tests for prologue-epilogue optimizations.
2018-04-03 14:44:12 -07:00
..
2018-03-18 14:56:30 -07:00
2018-03-28 22:07:26 -07:00

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