Files
wasmtime/lib/cretonne
Jakob Stoklund Olesen 63a372fd80 Basic spilling implementation.
Add a spilling pass which lowers register pressure by assigning SSA
values to the stack. Important missing features:

- Resolve conflicts where an instruction uses the same value more than
  once in incompatible ways.
- Deal with EBB arguments.

Fix bugs in the reload pass exposed by the first test case:

- Create live ranges for temporary registers.
- Set encodings on created spill and fill instructions.
2017-06-13 13:58:20 -07:00
..
2017-06-13 13:58:20 -07:00
2017-03-14 10:48:05 -07:00
2016-10-17 14:44:43 -07:00